Skip to content

Commit 1cde239

Browse files
committed
Fix import
Signed-off-by: Alexis Rico <[email protected]>
1 parent 729ff7b commit 1cde239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dbagent/src/app/signin/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
'use client';
22

3+
import { signIn, useSession } from 'next-auth/react';
34
import { useRouter } from 'next/navigation';
45
import { useEffect } from 'react';
5-
import { signIn, useSession } from '~/components/auth/react';
66

77
export default function Page() {
88
const session = useSession();

0 commit comments

Comments
 (0)