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