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