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