type Props = { gameId: number; playerId: number; }; export default function Failed(_props: Props) { return
エラー
; }