import './email-header.css'; type Props = { email: string; }; export default function EmailHeader(props: Props) { return (