mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-04-20 02:41:08 +00:00
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m49s
7 lines
156 B
TypeScript
7 lines
156 B
TypeScript
import LoginForm from "@/components/auth/login-form";
|
|
import Image from "next/image";
|
|
|
|
export default async function LoginPage() {
|
|
return <LoginForm />;
|
|
}
|