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 (