export default function CustomEmoji({ staticUrl, alt, url }) { return ( {alt} ); }