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 (
Enter your email and password to register