fix: remove old import

This commit is contained in:
2026-04-27 14:02:28 +02:00
parent ae9c880935
commit fe7bbfbedb
-1
View File
@@ -1,6 +1,5 @@
import { StrictMode } from 'react'
import { createRoot } from 'react-dom/client'
import './index.css'
import App from './App.tsx'
createRoot(document.getElementById('root')!).render(