Added some basic shared components, utils, hooks
This commit is contained in:
7
client/src/index.jsx
Normal file → Executable file
7
client/src/index.jsx
Normal file → Executable file
@@ -1,5 +1,8 @@
|
||||
import React from 'react';
|
||||
import 'core-js/stable';
|
||||
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
|
||||
ReactDOM.render(<h1>YOOOOOOOOOO</h1>, document.getElementById('root'));
|
||||
import App from 'components/App/App';
|
||||
|
||||
ReactDOM.render(<App />, document.getElementById('root'));
|
||||
|
||||
Reference in New Issue
Block a user