aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/routes/golf/watch/apps/Waiting.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/routes/golf/watch/apps/Waiting.tsx')
-rw-r--r--frontend/src/routes/golf/watch/apps/Waiting.tsx7
1 files changed, 0 insertions, 7 deletions
diff --git a/frontend/src/routes/golf/watch/apps/Waiting.tsx b/frontend/src/routes/golf/watch/apps/Waiting.tsx
deleted file mode 100644
index a82ee69..0000000
--- a/frontend/src/routes/golf/watch/apps/Waiting.tsx
+++ /dev/null
@@ -1,7 +0,0 @@
-type Props = {
- gameId: number;
-};
-
-export default function Waiting(_props: Props) {
- return <div>対戦相手が現れるのを待っています......</div>;
-}