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