diff --git a/docs/app/page.tsx b/docs/app/page.tsx index f7adafc..6c026c8 100644 --- a/docs/app/page.tsx +++ b/docs/app/page.tsx @@ -1355,8 +1355,8 @@ const Home = () => { import { ConvexReactClient } from 'convex/react' import { getCookie, getWebRequest } from '@tanstack/react-start/server' import { ConvexBetterAuthProvider } from '@convex-dev/better-auth/react' + import { authClient } from "@/lib/auth-client"; import { - authClient, fetchSession, getCookieName, } from '@/lib/server-auth-utils'