aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/routes/golf/watch/apps/Connecting.tsx
blob: 73d28eb12eb293e1a2a16a9eb4fd2a224f0a5ece (plain)
1
2
3
4
5
6
7
type Props = {
  gameId: number;
};

export default function Connecting(_props: Props) {
  return <div>接続中です......</div>;
}