Initial project files

This commit is contained in:
Giovani
2019-04-08 19:38:04 -04:00
parent 17ca38d574
commit 4a4bd676bf
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'));