Skip to content

Commit f5ad87f

Browse files
committed
fix lint issue
1 parent df05395 commit f5ad87f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/react/start-workos/src/routes/__root.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import { getAuth, getSignInUrl } from '@workos/authkit-tanstack-react-start';
66
import { AuthKitProvider } from '@workos/authkit-tanstack-react-start/client';
77
import Footer from '../components/footer';
88
import SignInButton from '../components/sign-in-button';
9-
import type { ReactNode } from 'react';
109
import appCssUrl from '../app.css?url';
10+
import type { ReactNode } from 'react';
1111

1212
export const Route = createRootRoute({
1313
head: () => ({

0 commit comments

Comments
 (0)