type Props = { gameId: number; }; export default function Waiting(_props: Props) { return
対戦相手が現れるのを待っています......
; }