Minor stuff

This commit is contained in:
Edin Dazdarevic
2017-04-08 02:32:48 +02:00
parent 027323919e
commit b540f50e15
4 changed files with 9 additions and 13 deletions

View File

@@ -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'));