import React from 'react' import Twemoji from './Twemoji' const Example = () => (

Hello!

) export default Example