export default function GolfWatchAppStarting({ timeLeft, }: { timeLeft: number; }) { return
Starting... ({timeLeft} s)
; }