Files
bewell-in-ua/app/[locale]/(auth)/register/page.tsx
2025-02-05 08:01:14 +02:00

6 lines
134 B
TypeScript

import RegisterForm from '@/components/auth/forms/register-form'
export default function RegisterPage() {
return <RegisterForm />
}