import type { FC } from 'react' type Props = { userId: string statusId: string } const TwitterEmbed: FC = ({ userId, statusId }) => { const now = (new Date).toLocaleDateString () return (

Loading...

@{userId} {now}