Get initial implementation for react working
This commit is contained in:
parent
37715762cd
commit
3f2a4b5762
8 changed files with 344 additions and 422 deletions
5
resources/scripts/index.tsx
Normal file
5
resources/scripts/index.tsx
Normal file
|
@ -0,0 +1,5 @@
|
|||
import * as React from 'react';
|
||||
import * as ReactDOM from 'react-dom';
|
||||
import App from "@/components/App";
|
||||
|
||||
ReactDOM.render(<App/>, document.getElementById('app'));
|
Loading…
Add table
Add a link
Reference in a new issue