From df57e43059a230062d903f55f9af7339828875c3 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 28 Jul 2024 23:28:10 +0900 Subject: feat(frontend): partially implement gaming --- frontend/app/components/GolfPlayApps/GolfPlayAppStarting.tsx | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 frontend/app/components/GolfPlayApps/GolfPlayAppStarting.tsx (limited to 'frontend/app/components/GolfPlayApps/GolfPlayAppStarting.tsx') diff --git a/frontend/app/components/GolfPlayApps/GolfPlayAppStarting.tsx b/frontend/app/components/GolfPlayApps/GolfPlayAppStarting.tsx new file mode 100644 index 0000000..bf45abb --- /dev/null +++ b/frontend/app/components/GolfPlayApps/GolfPlayAppStarting.tsx @@ -0,0 +1,7 @@ +export default function GolfPlayAppStarting({ + timeLeft, +}: { + timeLeft: number; +}) { + return
Starting... ({timeLeft} s)
; +} -- cgit v1.2.3-70-g09d2