6 lines
134 B
TypeScript
6 lines
134 B
TypeScript
import AuthFlow from "@/app/components/auth/AuthFlow";
|
|
|
|
export default function SignInPage() {
|
|
return <AuthFlow mode="signin" />;
|
|
}
|