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}
Loading...