Initial project files

This commit is contained in:
2019-04-08 19:38:04 -04:00
parent 05a2abb70a
commit ab530b9cc4
8 changed files with 34 additions and 19 deletions

View File

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