i701 a4ffb1e34a
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m49s
feat: implement AuthLayout component and streamline OTP verification forms with enhanced messaging
2025-04-19 10:22:42 +05:00

7 lines
156 B
TypeScript

import LoginForm from "@/components/auth/login-form";
import Image from "next/image";
export default async function LoginPage() {
return <LoginForm />;
}