fixed build
This commit is contained in:
parent
9a5ee93c4b
commit
195ac8039a
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Reference in New Issue