import { SignUpForm } from "@/auth/components/signup/signup"; const SignUpPage = () => { return (
); }; export default SignUpPage;