mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
6 lines
130 B
TypeScript
6 lines
130 B
TypeScript
import { AuthForm } from "@/components/auth-form";
|
|
|
|
export default function SignUpPage() {
|
|
return <AuthForm mode="signup" />;
|
|
}
|