fixed build

This commit is contained in:
MasterGordon 2024-10-27 19:07:39 +01:00
parent 9a5ee93c4b
commit 195ac8039a
1 changed files with 1 additions and 1 deletions

View File

@ -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 =