revert(_app&routes): backto browser routes

This commit is contained in:
eshanized
2024-12-27 22:09:49 +05:30
parent 63433ab3c5
commit 7c14df176f
3 changed files with 31 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
import { HashRouter as Router } from 'react-router-dom'; // Change to HashRouter
import { BrowserRouter as Router } from 'react-router-dom';
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
import { ErrorBoundary } from './components/ui/ErrorBoundary';
import { Navbar } from './components/layout/Navbar';
@@ -32,4 +32,4 @@ function App() {
);
}
export default App;
export default App;