Odstranit sk1/frontend/src/main.jsx

This commit is contained in:
Tetiana Mohorian 2025-04-29 22:43:14 +00:00
parent bbef7cbd5e
commit d340915731

View File

@ -1,10 +0,0 @@
import { StrictMode } from 'react'
import { createRoot } from 'react-dom/client'
import './index.css'
import App from './App.jsx'
createRoot(document.getElementById('root')).render(
<StrictMode>
<App />
</StrictMode>,
)