Skip to content

Commit 2a096b6

Browse files
Update index.tsx
1 parent 2173a34 commit 2a096b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { useSession } from 'next-auth/react';
33
import { useRouter } from 'next/navigation';
44
import { useEffect } from 'react';
55
import { TacetLogo } from '../components/TacetLogo';
6-
import { SignInButton } from '../components/ui/SignInButton';
6+
import { SignInButton } from '../components/SignInButton';
77

88
export default function Index(): JSX.Element | null {
99
const { status } = useSession();

0 commit comments

Comments
 (0)