reset game button

This commit is contained in:
Viktor Rådberg
2023-09-18 18:24:38 +02:00
parent 44b4e9f809
commit e47b685daa
7 changed files with 82 additions and 18 deletions

View File

@@ -104,6 +104,7 @@ const PlayerMenu = ({
opponents={opponents}
resetCurrentGame={resetCurrentGame}
wakeLock={wakeLock}
setShowPlayerMenu={setShowPlayerMenu}
/>
</PlayerMenuWrapper>
);