From a46f583437e9b66ebec6fa22e27567a71b17b497 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 21 Jul 2024 16:13:58 +0900 Subject: react router --- frontend/src/watch/apps/Connecting.jsx | 7 ------- frontend/src/watch/apps/Failed.jsx | 7 ------- frontend/src/watch/apps/Gaming.jsx | 29 ----------------------------- frontend/src/watch/apps/Waiting.jsx | 7 ------- 4 files changed, 50 deletions(-) delete mode 100644 frontend/src/watch/apps/Connecting.jsx delete mode 100644 frontend/src/watch/apps/Failed.jsx delete mode 100644 frontend/src/watch/apps/Gaming.jsx delete mode 100644 frontend/src/watch/apps/Waiting.jsx (limited to 'frontend/src/watch/apps') diff --git a/frontend/src/watch/apps/Connecting.jsx b/frontend/src/watch/apps/Connecting.jsx deleted file mode 100644 index 464af23..0000000 --- a/frontend/src/watch/apps/Connecting.jsx +++ /dev/null @@ -1,7 +0,0 @@ -export default () => { - return ( -
- 接続中です...... -
- ); -} diff --git a/frontend/src/watch/apps/Failed.jsx b/frontend/src/watch/apps/Failed.jsx deleted file mode 100644 index f96e999..0000000 --- a/frontend/src/watch/apps/Failed.jsx +++ /dev/null @@ -1,7 +0,0 @@ -export default () => { - return ( -
- エラー -
- ); -} diff --git a/frontend/src/watch/apps/Gaming.jsx b/frontend/src/watch/apps/Gaming.jsx deleted file mode 100644 index c844c46..0000000 --- a/frontend/src/watch/apps/Gaming.jsx +++ /dev/null @@ -1,29 +0,0 @@ -export default ({ problem, scoreA, codeA, scoreB, codeB }) => { - return ( - <> -
-
- {problem} -
-
-
-
- {scoreA} -
-
-
{codeA}
-
-
-
-
- {scoreB} -
-
-
{codeB}
-
-
-
-
- - ); -}; 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 ( -
- 対戦相手が現れるのを待っています...... -
- ); -} -- cgit v1.2.3-70-g09d2