We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2173a34 commit 2a096b6Copy full SHA for 2a096b6
src/pages/index.tsx
@@ -3,7 +3,7 @@ import { useSession } from 'next-auth/react';
3
import { useRouter } from 'next/navigation';
4
import { useEffect } from 'react';
5
import { TacetLogo } from '../components/TacetLogo';
6
-import { SignInButton } from '../components/ui/SignInButton';
+import { SignInButton } from '../components/SignInButton';
7
8
export default function Index(): JSX.Element | null {
9
const { status } = useSession();
0 commit comments