Update Manager

This commit is contained in:
Ralex91
2024-02-01 11:02:28 +01:00
parent 0a075e564a
commit 6838f04828
8 changed files with 89 additions and 27 deletions

View File

@@ -14,7 +14,6 @@ const gameStateComponent = {
SHOW_QUESTION: Question,
WAIT: Wait,
SHOW_RESULT: Result,
SHOW_LEADERBOARD: Leaderboard,
}
export default function Game() {