import ComponentsAuthRegisterForm from '@/components/auth/components-auth-register-form'; import IconFacebookCircle from '@/components/icon/icon-facebook-circle'; import IconGoogle from '@/components/icon/icon-google'; import IconInstagram from '@/components/icon/icon-instagram'; import IconTwitter from '@/components/icon/icon-twitter'; 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

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