Feat : cleanup imports

This commit is contained in:
2024-05-26 15:38:47 +02:00
parent 16f381b48c
commit 7ab32b3ae5
6 changed files with 9 additions and 12 deletions
+2 -3
View File
@@ -1,6 +1,5 @@
import { IFireGemsStack, IMarket, IMarketStack, IPlayerBoard, IPlayerDiscard, IPlayerHand } from "../generic/containers.js"
import { ICard, IEffect, IGame, IGameObject, ILobby, IPlayer, ITeam, ITurn, IUser } from "../generic/index.js"
import { ISLobby } from "../server/index.js"
import type { ICard, IEffect, IGame, ILobby, IPlayer, ITeam, ITurn, IUser } from "../generic/index.js"
import type { ISLobby } from "../server/index.js"
export interface ICEffect extends IEffect {