feature/bestof-series-interface #99

Merged
FernandoJVideira merged 8 commits from feature/bestof-series-interface into develop 2026-01-03 13:26:18 +00:00
Showing only changes of commit 23d0ea1343 - Show all commits
+1 -6
View File
@@ -33,9 +33,4 @@ const removeGame = (id) => {
} }
}; };
module.exports = { export { createGame, getGame, removeGame };
createGame,
getGame,
removeGame,
};