i701 1ae529c758
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m47s
fix: remove unused imports from authentication pages for cleaner code
2025-04-19 11:08:44 +05:00

6 lines
124 B
TypeScript

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