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

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