mirror of
https://github.com/10h30/fullstackopen.git
synced 2026-07-18 05:53:27 +09:00
Completed exercise 1.2
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