关闭严格模式

This commit is contained in:
xianyi
2026-01-07 15:02:27 +08:00
parent cece67f786
commit 128f6d28ab

View File

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