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