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