Upload 5.1 and 5.2

This commit is contained in:
Andrew Trieu
2023-06-19 14:39:25 +03:00
parent 26304676f1
commit 714cc5d171
14 changed files with 29615 additions and 0 deletions

View 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 />)