This commit is contained in:
2023-12-23 17:33:06 +03:00
parent 49f3a2be71
commit 64c4bdae31
9 changed files with 138 additions and 184 deletions

View File

@ -3,6 +3,9 @@ import ReactDOM from 'react-dom/client'
import App from './App.jsx'
import './index.css'
ReactDOM.createRoot(document.getElementById('root')).render(
<React.StrictMode>
<App />