mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-18 22:44:26 +01:00
update
This commit is contained in:
@@ -4,9 +4,9 @@ import { QueryClient, QueryClientProvider } from '@tanstack/solid-query';
|
||||
// import { persistQueryClient } from '@tanstack/solid-query-persist-client';
|
||||
// import { createSyncStoragePersister } from '@tanstack/query-sync-storage-persister';
|
||||
|
||||
const Home = lazy(() => import('@/pages/Home'));
|
||||
const Hello = lazy(() => import('@/pages/Hello'));
|
||||
const NotFound = lazy(() => import('@/pages/NotFound'));
|
||||
import Home from '@/pages/Home';
|
||||
import Hello from '@/pages/Hello';
|
||||
import NotFound from '@/pages/NotFound';
|
||||
|
||||
const queryClient = new QueryClient({});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user