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