[fix] bug while reconnecting server

This commit is contained in:
Janis
2023-06-28 19:16:03 +02:00
parent 92906d25c3
commit b7beddb32e
2 changed files with 18 additions and 12 deletions

View File

@@ -5,9 +5,7 @@ import App from "./App.tsx";
import "@styles/index.scss";
ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render(
<React.StrictMode>
<BrowserRouter>
<App />
</BrowserRouter>
</React.StrictMode>
<BrowserRouter>
<App />
</BrowserRouter>
);