This commit is contained in:
2025-08-06 07:06:45 +09:00
parent 634ac6e587
commit d5c0562ca5
2 changed files with 1 additions and 5 deletions
Binary file not shown.
+1 -5
View File
@@ -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 />)