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/Gaming.jsx | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 frontend/src/watch/apps/Gaming.jsx (limited to 'frontend/src/watch/apps/Gaming.jsx') 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}
-
-
-
-
- - ); -}; -- cgit v1.2.3-70-g09d2