type Props = { gameId: number; playerId: number; }; export default (_props: Props) => { return (
接続中です......
); }