We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77271a5 commit 5f343a3Copy full SHA for 5f343a3
apps/frontend/src/app/main.tsx
@@ -3,13 +3,10 @@ import { createRoot } from "react-dom/client";
3
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
4
import { RouterProvider, createRouter } from "@tanstack/react-router";
5
import "../shared/index.css";
6
-import "../shared/index.css";
7
import { routeTree } from "@/routeTree.gen";
8
9
const queryClient = new QueryClient();
10
11
-const queryClient = new QueryClient();
12
-
13
const router = createRouter({ routeTree });
14
declare module "@tanstack/react-router" {
15
interface Register {
0 commit comments