aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/game/apps/Starting.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/game/apps/Starting.jsx')
-rw-r--r--frontend/src/game/apps/Starting.jsx9
1 files changed, 0 insertions, 9 deletions
diff --git a/frontend/src/game/apps/Starting.jsx b/frontend/src/game/apps/Starting.jsx
deleted file mode 100644
index e66aa34..0000000
--- a/frontend/src/game/apps/Starting.jsx
+++ /dev/null
@@ -1,9 +0,0 @@
-export default ({ timeLeft }) => {
- return (
- <>
- <div>
- 対戦相手が見つかりました。{timeLeft} 秒後にゲームを開始します。
- </div>
- </>
- );
-}