1 2 3 4 5 6 7 8 9
export default ({ timeLeft }) => { return ( <> <div> 対戦相手が見つかりました。{timeLeft} 秒後にゲームを開始します。 </div> </> ); }