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 df05395 commit f5ad87fCopy full SHA for f5ad87f
examples/react/start-workos/src/routes/__root.tsx
@@ -6,8 +6,8 @@ import { getAuth, getSignInUrl } from '@workos/authkit-tanstack-react-start';
6
import { AuthKitProvider } from '@workos/authkit-tanstack-react-start/client';
7
import Footer from '../components/footer';
8
import SignInButton from '../components/sign-in-button';
9
-import type { ReactNode } from 'react';
10
import appCssUrl from '../app.css?url';
+import type { ReactNode } from 'react';
11
12
export const Route = createRootRoute({
13
head: () => ({
0 commit comments