import { Button } from '@react-email/components'; export function EmailButton( props: React.PropsWithChildren<{ href: string; }>, ) { return ( ); }