"use client"
import RegisterForm from "@/components/register-form"
export default function RegisterPage() {
return <RegisterForm />
}