fix: commenting online fix ONCE AGAIN

This commit is contained in:
Hydra
2024-04-29 11:23:23 +01:00
parent e79c845b78
commit d19a191112
3 changed files with 5 additions and 6 deletions

View File

@@ -75,7 +75,6 @@ ReactDOM.createRoot(document.getElementById("root")!).render(
</Routes>
</App>
</HashRouter>
{/* <RouterProvider router={router} /> */}
</Provider>
</React.StrictMode>
);