added mail service
This commit is contained in:
11
app/[locale]/auth/register/page.tsx
Normal file
11
app/[locale]/auth/register/page.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { RegisterForm } from '@/components/auth/RegisterForm'
|
||||
|
||||
const RegisterPage = () => {
|
||||
return (
|
||||
<div>
|
||||
<RegisterForm/>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default RegisterPage
|
||||
Reference in New Issue
Block a user