diff --git a/shared/events.ts b/shared/events.ts index 83d0dfa..d66ab56 100644 --- a/shared/events.ts +++ b/shared/events.ts @@ -1,5 +1,5 @@ import type { Rarity } from "../shared/lootboxes"; -import { ClientGame, ServerGame } from "./gameType"; +import type { ClientGame, ServerGame } from "./gameType"; export type EventType = "new" | "finished" | "updateGame" | "updateStage"; export type Events =