initial commit

This commit is contained in:
Nick Pegg 2017-09-24 17:04:47 -07:00
commit 833e5f19fc
14 changed files with 11636 additions and 0 deletions

8
src/index.js Normal file
View file

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