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/GolfPlayAppWaiting.tsx | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 frontend/app/components/GolfPlayApps/GolfPlayAppWaiting.tsx (limited to 'frontend/app/components/GolfPlayApps/GolfPlayAppWaiting.tsx') diff --git a/frontend/app/components/GolfPlayApps/GolfPlayAppWaiting.tsx b/frontend/app/components/GolfPlayApps/GolfPlayAppWaiting.tsx new file mode 100644 index 0000000..a0751e0 --- /dev/null +++ b/frontend/app/components/GolfPlayApps/GolfPlayAppWaiting.tsx @@ -0,0 +1,3 @@ +export default function GolfPlayAppWaiting() { + return
Waiting...
; +} -- cgit v1.2.3-70-g09d2