Upload 5.1 and 5.2
This commit is contained in:
5
part5/bloglist-frontend/src/index.js
Normal file
5
part5/bloglist-frontend/src/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import React from 'react'
|
||||
import ReactDOM from 'react-dom/client'
|
||||
import App from './App'
|
||||
|
||||
ReactDOM.createRoot(document.getElementById('root')).render(<App />)
|
||||
Reference in New Issue
Block a user