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 b2cf726 commit 9bfa57fCopy full SHA for 9bfa57f
src/routes/__root.tsx
@@ -8,8 +8,8 @@ import {
8
} from "@tanstack/react-router";
9
import { TanStackRouterDevtoolsPanel } from "@tanstack/react-router-devtools";
10
import TanStackQueryDevtools from "../integrations/tanstack-query/devtools";
11
-import { defaultSEO, seo } from "../utils/seo";
12
import appCss from "../styles.css?url";
+import { defaultSEO, seo } from "../utils/seo";
13
14
interface MyRouterContext {
15
queryClient: QueryClient;
0 commit comments