mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-12 07:35:01 +02:00
🧹 chore(hash): add hash roueter instead of browser router
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { BrowserRouter as Router } from 'react-router-dom';
|
||||
import { HashRouter as Router } from 'react-router-dom'; // Change to HashRouter
|
||||
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;
|
||||
|
Reference in New Issue
Block a user