|
@@ -3,8 +3,4 @@ import { createRoot } from 'react-dom/client' |
|
|
import './index.css' |
|
|
import './index.css' |
|
|
import App from './App.tsx' |
|
|
import App from './App.tsx' |
|
|
|
|
|
|
|
|
createRoot(document.getElementById('root')!).render( |
|
|
|
|
|
<StrictMode> |
|
|
|
|
|
<App /> |
|
|
|
|
|
</StrictMode>, |
|
|
|
|
|
) |
|
|
|
|
|
|
|
|
createRoot(document.getElementById('root')!).render(<App />) |