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