type Props = { timeLeft: number; }; export default function GolfWatchAppStarting({ timeLeft }: Props) { return (