type Props = { gameDisplayName: string; }; export default function GolfWatchAppWaitingMultiplayer({ gameDisplayName, }: Props) { return (
{gameDisplayName}
); }