This commit is contained in:
Binary file not shown.
@@ -3,8 +3,4 @@ import { createRoot } from 'react-dom/client'
|
||||
import './index.css'
|
||||
import App from './App.tsx'
|
||||
|
||||
createRoot(document.getElementById('root')!).render(
|
||||
<StrictMode>
|
||||
<App />
|
||||
</StrictMode>,
|
||||
)
|
||||
createRoot(document.getElementById('root')!).render(<App />)
|
||||
|
||||
Reference in New Issue
Block a user