fix: commenting online fix ONCE AGAIN

This commit is contained in:
Hydra 2024-04-29 11:23:23 +01:00
parent 2f8c594c3e
commit 0fc1823a8d
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>
);