From 195ac8039a38d604e08aff1ba1a6e576412c015b Mon Sep 17 00:00:00 2001 From: MasterGordon Date: Sun, 27 Oct 2024 19:07:39 +0100 Subject: [PATCH] fixed build --- shared/events.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =