monaco-editor-lsp-next/src/app/(auth)/sign-up/page.tsx

6 lines
123 B
TypeScript
Raw Normal View History

import { SignUpForm } from "@/components/sign-up-form";
export default function SignUpPage() {
return <SignUpForm />;
}