import { LoginForm } from "../../_components/LoginForm"; /** Administrator entry point. The form itself is shared with `/login`; the * only difference is that a successful non-admin login is told it lacks * administrative rights and pointed at the main app, instead of being shown * a failure message it had already disproved by signing in. */ export default function AdminLoginPage() { return ; }