Skip to content

Commit 3f37c7a

Browse files
juliomuhlbauerschiller-manuel
authored andcommitted
TanStackDevtools
1 parent ca6ebcc commit 3f37c7a

File tree

1 file changed

+2
-2
lines changed
  • examples/react/start-i18n-paraglide/src/routes

1 file changed

+2
-2
lines changed

examples/react/start-i18n-paraglide/src/routes/__root.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
createRootRoute,
66
} from "@tanstack/react-router";
77
import { TanStackRouterDevtoolsPanel } from "@tanstack/react-router-devtools";
8-
import { TanstackDevtools } from "@tanstack/react-devtools";
8+
import { TanStackDevtools } from "@tanstack/react-devtools";
99
import styles from "../styles.css?url";
1010
import { getLocale, locales, setLocale } from "@/paraglide/runtime";
1111
import { m } from "@/paraglide/messages";
@@ -77,7 +77,7 @@ function RootDocument({ children }: { children: React.ReactNode }) {
7777

7878
<div className="p-2">{children}</div>
7979

80-
<TanstackDevtools
80+
<TanStackDevtools
8181
config={{
8282
position: "bottom-left",
8383
}}

0 commit comments

Comments
 (0)