forked from UKSOURCE/ipv6
6 lines
141 B
TypeScript
6 lines
141 B
TypeScript
import LoginPageClient from "@/app/components/forms/LoginPageClient";
|
|
|
|
export default function LoginPage() {
|
|
return <LoginPageClient />;
|
|
}
|