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 (
image
image image image image

Sign Up

Enter your email and password to register

Already have an account ?  SIGN IN
) } export default RegisterPage