const { __ } = wp.i18n; const CardHeader = (props) => { return (
{props.card.title}
); }; export default CardHeader;