This commit is contained in:
cupcakearmy
2019-03-03 16:13:57 +01:00
commit a57ad5087a
20 changed files with 550 additions and 0 deletions

7
src/index.tsx Executable file
View File

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