From cca0f63e50684d6806697589b620ee4b4c1b21b5 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 20 Mar 2025 22:18:14 +0900 Subject: feat(frontend): improve watch page layout --- frontend/app/components/Gaming/SubmitResult.tsx | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 frontend/app/components/Gaming/SubmitResult.tsx (limited to 'frontend/app/components/Gaming/SubmitResult.tsx') diff --git a/frontend/app/components/Gaming/SubmitResult.tsx b/frontend/app/components/Gaming/SubmitResult.tsx deleted file mode 100644 index ea75b6b..0000000 --- a/frontend/app/components/Gaming/SubmitResult.tsx +++ /dev/null @@ -1,18 +0,0 @@ -import type { components } from "../../api/schema"; -import SubmitStatusLabel from "../SubmitStatusLabel"; - -type Props = { - status: components["schemas"]["ExecutionStatus"]; -}; - -export default function SubmitResult({ status }: Props) { - return ( -
-
-
- -
-
-
- ); -} -- cgit v1.2.3-70-g09d2