Switch to version 8: modified src/main.tsx

This commit is contained in:
2026-06-25 06:37:58 +00:00
parent a67262fd19
commit 0dd0fd16ec

View File

@@ -10,7 +10,6 @@ initVisualEdit()
createRoot(document.getElementById('root')!).render(
<StrictMode>
<BrowserRouter>
<App />
</BrowserRouter>
</StrictMode>,