From d73fd8bf5bf589a4a391c867e980761fadb647ce Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 29 Jul 2024 03:44:10 +0900 Subject: feat: partially implement watching --- frontend/app/components/GolfWatchApps/GolfWatchAppStarting.tsx | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 frontend/app/components/GolfWatchApps/GolfWatchAppStarting.tsx (limited to 'frontend/app/components/GolfWatchApps/GolfWatchAppStarting.tsx') diff --git a/frontend/app/components/GolfWatchApps/GolfWatchAppStarting.tsx b/frontend/app/components/GolfWatchApps/GolfWatchAppStarting.tsx new file mode 100644 index 0000000..643af93 --- /dev/null +++ b/frontend/app/components/GolfWatchApps/GolfWatchAppStarting.tsx @@ -0,0 +1,7 @@ +export default function GolfWatchAppStarting({ + timeLeft, +}: { + timeLeft: number; +}) { + return
Starting... ({timeLeft} s)
; +} -- cgit v1.2.3-70-g09d2