export default function AuthPageHeader({ title, description }) { return (

{title}

{description && (

{description}

)}
); }