import SignUp from "@/components/form/sign-up";
import React from "react";
export default function AuthSignUpPage() {
return (
<>
<SignUp />
</>
);
}