aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/game/apps/Starting.jsx
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-07-21 16:13:58 +0900
committernsfisis <nsfisis@gmail.com>2024-07-21 16:13:58 +0900
commita46f583437e9b66ebec6fa22e27567a71b17b497 (patch)
treef375449ee38de9701637fbe77c79111da9f76307 /frontend/src/game/apps/Starting.jsx
parent877c19ecbb2425d756f3cbafb1cf52f69279e92d (diff)
downloadiosdc-japan-2024-albatross-a46f583437e9b66ebec6fa22e27567a71b17b497.tar.gz
iosdc-japan-2024-albatross-a46f583437e9b66ebec6fa22e27567a71b17b497.tar.zst
iosdc-japan-2024-albatross-a46f583437e9b66ebec6fa22e27567a71b17b497.zip
react router
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>
- </>
- );
-}