mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-12 07:35:01 +02:00
🐛 fix(change): browser router to hash router
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
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';
|
||||
import { Footer } from '@/components/layout/Footer';
|
||||
import { AppRoutes } from '@/routes';
|
||||
import { ErrorBoundary } from './components/ui/ErrorBoundary';
|
||||
import { Navbar } from './components/layout/Navbar';
|
||||
import { Footer } from './components/layout/Footer';
|
||||
import { AppRoutes } from './routes';
|
||||
|
||||
const queryClient = new QueryClient({
|
||||
defaultOptions: {
|
||||
|
Reference in New Issue
Block a user