function Header({ title, subtitle }) { return ( <> {title} {subtitle} ); } export { Header as default, Header };