mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-04-19 20:56:52 +00:00
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m47s
6 lines
124 B
TypeScript
6 lines
124 B
TypeScript
import LoginForm from "@/components/auth/login-form";
|
|
|
|
export default async function LoginPage() {
|
|
return <LoginForm />;
|
|
}
|