Add dev runtime from web-starter
This commit is contained in:
8
modules/client/home.js
Normal file
8
modules/client/home.js
Normal file
@ -0,0 +1,8 @@
|
||||
import React from 'react'
|
||||
import { render } from 'react-dom'
|
||||
import Home from './components/Home'
|
||||
|
||||
render(
|
||||
<Home/>,
|
||||
document.getElementById('app')
|
||||
)
|
Reference in New Issue
Block a user