import Registration from "@/components/form/registration";
export default function AuthPage() {
return (
<>
<Registration />
</>
);
}