import { RegisterForm } from '@/components/auth/RegisterForm' const RegisterPage = () => { return (
) } export default RegisterPage