From c889a9ad33374eae03cec5b0358d79016d6fd97e Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 8 Mar 2025 10:32:05 +0900 Subject: show ranking --- .../GolfWatchApps/GolfWatchAppWaiting.tsx | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 frontend/app/components/GolfWatchApps/GolfWatchAppWaiting.tsx (limited to 'frontend/app/components/GolfWatchApps/GolfWatchAppWaiting.tsx') diff --git a/frontend/app/components/GolfWatchApps/GolfWatchAppWaiting.tsx b/frontend/app/components/GolfWatchApps/GolfWatchAppWaiting.tsx deleted file mode 100644 index c2a5431..0000000 --- a/frontend/app/components/GolfWatchApps/GolfWatchAppWaiting.tsx +++ /dev/null @@ -1,27 +0,0 @@ -import type { PlayerProfile } from "../../types/PlayerProfile"; -import PlayerNameAndIcon from "../PlayerNameAndIcon"; - -type Props = { - gameDisplayName: string; - playerProfileA: PlayerProfile; - playerProfileB: PlayerProfile; -}; - -export default function GolfWatchAppWaiting({ - gameDisplayName, - playerProfileA, - playerProfileB, -}: Props) { - return ( -
-
-
{gameDisplayName}
-
-
- -
vs.
- -
-
- ); -} -- cgit v1.2.3-70-g09d2