Skip to content

Commit 49bf019

Browse files
authored
fix(docs): update tanstack import statement (#70)
1 parent 1c312c7 commit 49bf019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1355,8 +1355,8 @@ const Home = () => {
13551355
import { ConvexReactClient } from 'convex/react'
13561356
import { getCookie, getWebRequest } from '@tanstack/react-start/server'
13571357
import { ConvexBetterAuthProvider } from '@convex-dev/better-auth/react'
1358+
import { authClient } from "@/lib/auth-client";
13581359
import {
1359-
authClient,
13601360
fetchSession,
13611361
getCookieName,
13621362
} from '@/lib/server-auth-utils'

0 commit comments

Comments
 (0)