Upload 5.16

This commit is contained in:
Andrew Trieu
2023-06-22 14:25:32 +03:00
parent bb55cbad5b
commit 24a4e4cc2f
8 changed files with 516 additions and 98 deletions

View File

@@ -1,5 +1,5 @@
import React from 'react'
import ReactDOM from 'react-dom/client'
import App from './App'
import App from './App.js'
ReactDOM.createRoot(document.getElementById('root')).render(<App />)