diff --git a/frontend/src/components/TwitterEmbed.tsx b/frontend/src/components/TwitterEmbed.tsx new file mode 100644 index 0000000..dd640c8 --- /dev/null +++ b/frontend/src/components/TwitterEmbed.tsx @@ -0,0 +1,21 @@ +import type { FC } from 'react' + +type Props = { + userId: string + statusId: string } + + +export default (({ userId, statusId }: Props) => { + const now = (new Date).toLocaleDateString () + + return ( +
+
+

+ Loading... +

+ — @{userId} {now} +
+