type Props = { gameDisplayName: string; leftTimeSeconds: number; }; export default function GolfPlayAppStarting({ gameDisplayName, leftTimeSeconds, }: Props) { return (