Bunch of website stuff

This commit is contained in:
Michael Jackson
2016-05-20 11:58:58 -07:00
parent 7e29e21483
commit 87524d4947
25 changed files with 784 additions and 162 deletions

View File

@ -1,8 +1,10 @@
import React from 'react'
import { render } from 'react-dom'
import Home from './components/Home'
import Router from './components/Router'
import './styles.css'
render(
<Home/>,
<Router/>,
document.getElementById('app')
)