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