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