type Props = { gameId: number; playerId: number; timeLeft: number | null; }; export default ({ timeLeft }: Props) => { return ( <>