Skip to content

Commit 9bfa57f

Browse files
committed
fix: Correct import order for SEO utilities in __root component
1 parent b2cf726 commit 9bfa57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/__root.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import {
88
} from "@tanstack/react-router";
99
import { TanStackRouterDevtoolsPanel } from "@tanstack/react-router-devtools";
1010
import TanStackQueryDevtools from "../integrations/tanstack-query/devtools";
11-
import { defaultSEO, seo } from "../utils/seo";
1211
import appCss from "../styles.css?url";
12+
import { defaultSEO, seo } from "../utils/seo";
1313

1414
interface MyRouterContext {
1515
queryClient: QueryClient;

0 commit comments

Comments
 (0)