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

export default (_props: Props) => {
  return <div>エラー</div>;
};