commenting the sound controls

This commit is contained in:
Antoine M 2024-05-16 17:06:18 +02:00
parent cc4c335185
commit 5f308073fd

View File

@ -59,7 +59,7 @@ export default function GameContainer({ gameId }) {
return ( return (
<> <>
{/* <ExtraControls /> */} {/* <ExtraControls /> */}
<SoundControl /> {/* <SoundControl /> */}
<Score /> <Score />
<Timer /> <Timer />
<Help /> <Help />