This commit is contained in:
Jan Prochazka
2019-12-25 22:44:39 +01:00
parent b936cb9e25
commit c203758fd8
14 changed files with 19 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import App from './App';
import * as serviceWorker from './serviceWorker';
import './ui/index.css';
import App from './ui/App';
import * as serviceWorker from './ui/serviceWorker';
ReactDOM.render(<App />, document.getElementById('root'));