create project for part2

This commit is contained in:
2021-08-27 12:48:25 +07:00
parent b58d937215
commit df1045f79d
25 changed files with 38785 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')
)