import TweetEmbed from "react-tweet-embed"; const Tweet = (props: { id: string }) => ( ); export default Tweet;