diff --git a/frontend/src/lib/play/admin/game_state.ts b/frontend/src/lib/play/admin/game_state.ts index e6103a5..a14ec8e 100644 --- a/frontend/src/lib/play/admin/game_state.ts +++ b/frontend/src/lib/play/admin/game_state.ts @@ -8,7 +8,7 @@ import { QuizData } from '$lib/quiz_types'; /** * Interface that include all the game states for the admin page. * Still in development and not used everywhere but should be a good practice -*/ + */ export interface IGameState { game_id: string; players: Player[];