We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af7abb commit 83adfd2Copy full SHA for 83adfd2
src/app/login/page.tsx
@@ -1,3 +1,5 @@
1
+'use client';
2
+
3
import { Suspense } from 'react';
4
import dynamic from 'next/dynamic';
5
import LoginForm from './LoginForm';
0 commit comments