import { Metadata } from 'next'; export const metadata: Metadata = { title: 'IMPHNEN - Signin', }; export default function Page() { return <>; }