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