Completed exercise 1.2

This commit is contained in:
2021-08-26 09:58:18 +07:00
parent 303b67426f
commit 7936b08b39
12 changed files with 16808 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import ReactDOM from 'react-dom'
import App from './App'
ReactDOM.render(
<App />,
document.getElementById('root')
)