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