mirror of
https://github.com/10h30/fullstackopen.git
synced 2026-07-17 13:33:37 +09:00
create project for part2
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import ReactDOM from 'react-dom'
|
||||
import App from './App'
|
||||
|
||||
ReactDOM.render(
|
||||
<App />,
|
||||
document.getElementById('root')
|
||||
)
|
||||
Reference in New Issue
Block a user