mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-07-05 10:20:52 +00:00
6 lines
123 B
TypeScript
6 lines
123 B
TypeScript
|
import { SignUpForm } from "@/components/sign-up-form";
|
||
|
|
||
|
export default function SignUpPage() {
|
||
|
return <SignUpForm />;
|
||
|
}
|