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