completed exercise 1.1
This commit is contained in:
parent
b11136fc9d
commit
c118246961
12 changed files with 2778 additions and 2 deletions
5
parts/1/exerciseApp/src/main.jsx
Normal file
5
parts/1/exerciseApp/src/main.jsx
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import ReactDOM from 'react-dom/client'
|
||||
|
||||
import App from './App'
|
||||
|
||||
ReactDOM.createRoot(document.getElementById('root')).render(<App />)
|
||||
Loading…
Add table
Add a link
Reference in a new issue