Initial commit
This commit is contained in:
8
web/index.js
Normal file
8
web/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import Main from './components/Main';
|
||||
|
||||
const state = {
|
||||
};
|
||||
ReactDOM.render(<Main />, document.getElementById('root'));
|
||||
|
||||
Reference in New Issue
Block a user