Практика

This commit is contained in:
2026-06-11 20:13:10 +03:00
parent ec325b51bc
commit de33066cbe
5 changed files with 63 additions and 6 deletions
-2
View File
@@ -4,7 +4,5 @@ import { createRoot } from 'react-dom/client'
import App from './App.jsx'
createRoot(document.getElementById('root')).render(
<StrictMode>
<App />
</StrictMode>
)