first commit

This commit is contained in:
Ken Jannette
2018-04-16 17:27:14 -04:00
commit 0823ab5cac
17 changed files with 9361 additions and 0 deletions

6
src/index.js Executable file
View File

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