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