SyntaxSquad/DADProject#16 fix: Cancle and Return is working and some other fixes involving game duration

This commit is contained in:
AfonsoCMSousa
2026-01-03 02:19:00 +00:00
parent 7e6766c726
commit 3dcd8df4c7
9 changed files with 227 additions and 143 deletions
-2
View File
@@ -33,5 +33,3 @@ export const removeGame = (id) => {
}
};
export { createGame, getGame, removeGame };