import ComponentsAuthRegisterForm from '@/components/auth/components-auth-register-form'; import Link from 'next/link'; import React from 'react'; type Props = {} const RegisterPage = (props: Props) => { return (
Enter your email and password to register