aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/components/GolfWatchApps/GolfWatchAppConnecting.tsx
blob: 07e359f73a6eb49531f3431e26023f077da2131a (plain)
1
2
3
export default function GolfWatchAppConnecting() {
  return <div>Connecting...</div>;
}