mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-24 01:04:23 +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 { persistQueryClient } from '@tanstack/solid-query-persist-client';
|
||||||
// import { createSyncStoragePersister } from '@tanstack/query-sync-storage-persister';
|
// import { createSyncStoragePersister } from '@tanstack/query-sync-storage-persister';
|
||||||
|
|
||||||
const Home = lazy(() => import('@/pages/Home'));
|
import Home from '@/pages/Home';
|
||||||
const Hello = lazy(() => import('@/pages/Hello'));
|
import Hello from '@/pages/Hello';
|
||||||
const NotFound = lazy(() => import('@/pages/NotFound'));
|
import NotFound from '@/pages/NotFound';
|
||||||
|
|
||||||
const queryClient = new QueryClient({});
|
const queryClient = new QueryClient({});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user