import { EnrichedTweet } from 'react-tweet'; import s from './tweet-actions.module.css'; import { __ } from '@wordpress/i18n'; export const TweetActionsCopy = ({ tweet }: { tweet: EnrichedTweet }) => { return ( ); };