fix: commenting online fix ONCE AGAIN

This commit is contained in:
Hydra 2024-04-29 11:23:23 +01:00
parent 744dbe5a6f
commit 6bb69b8169
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>
);