From 18308a22879dc9143a03bcbe53cf0c5e8e49ee1f Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 27 Jul 2024 01:17:37 +0900 Subject: remix --- frontend/src/routes/golf/play/apps/Starting.tsx | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 frontend/src/routes/golf/play/apps/Starting.tsx (limited to 'frontend/src/routes/golf/play/apps/Starting.tsx') diff --git a/frontend/src/routes/golf/play/apps/Starting.tsx b/frontend/src/routes/golf/play/apps/Starting.tsx deleted file mode 100644 index b260b30..0000000 --- a/frontend/src/routes/golf/play/apps/Starting.tsx +++ /dev/null @@ -1,13 +0,0 @@ -type Props = { - gameId: number; - playerId: number; - timeLeft: number | null; -}; - -export default function Starting({ timeLeft }: Props) { - return ( - <> -
対戦相手が見つかりました。{timeLeft} 秒後にゲームを開始します。
- - ); -} -- cgit v1.2.3-70-g09d2