import { CONFIG } from 'src/global-config'; import { JwtSignInView } from 'src/auth/view/jwt'; // ---------------------------------------------------------------------- const metadata = { title: `Sign in | Jwt - ${CONFIG.appName}` }; export default function Page() { return ( <> {metadata.title} ); }