Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
schiller-manuel committed Feb 14, 2025
1 parent 3e9331c commit d33c3b3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions examples/react/start-clerk-basic/app/routes/__root.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
/// <reference types="vite/client" />
import { Link, Outlet, createRootRoute } from '@tanstack/react-router'
import {
ClerkProvider,
HeadContent,
Link,
Outlet,
Scripts,
createRootRoute,
} from '@tanstack/react-router'
import {
ClerkProvider,
SignInButton,
SignedIn,
SignedOut,
Expand Down

0 comments on commit d33c3b3

Please sign in to comment.