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/watch/apps/Gaming.tsx | 44 -------------------------- 1 file changed, 44 deletions(-) delete mode 100644 frontend/src/routes/golf/watch/apps/Gaming.tsx (limited to 'frontend/src/routes/golf/watch/apps/Gaming.tsx') diff --git a/frontend/src/routes/golf/watch/apps/Gaming.tsx b/frontend/src/routes/golf/watch/apps/Gaming.tsx deleted file mode 100644 index 3f9c195..0000000 --- a/frontend/src/routes/golf/watch/apps/Gaming.tsx +++ /dev/null @@ -1,44 +0,0 @@ -type Props = { - gameId: number; - problem: string | null; - scoreA: number | null; - codeA: string | null; - scoreB: number | null; - codeB: string | null; -}; - -export default function Gaming({ - problem, - scoreA, - codeA, - scoreB, - codeB, -}: Props) { - return ( - <> -
-
- {problem} -
-
-
-
{scoreA}
-
-
-                {codeA}
-              
-
-
-
-
{scoreB}
-
-
-                {codeB}
-              
-
-
-
-
- - ); -} -- cgit v1.2.3-70-g09d2