Skip to content
This repository was archived by the owner on Sep 18, 2020. It is now read-only.

Commit 6ca4e78

Browse files
committed
wip
1 parent 07234e7 commit 6ca4e78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Presets/React.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ protected static function updateComponent()
5959
);
6060

6161
copy(
62-
__DIR__.'/react-stubs/Example.jsx',
63-
resource_path('js/components/Example.jsx')
62+
__DIR__.'/react-stubs/Example.js',
63+
resource_path('js/components/Example.js')
6464
);
6565
}
6666

0 commit comments

Comments
 (0)