import React, { memo } from 'react' import twemoji from 'twemoji' const Twemoji = ({ emoji }) => ( ) export default memo(Twemoji)