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
+1 -1
View File
@@ -1,4 +1,4 @@
import { ICard, IGame, IGameObject, IPlayer } from "./index.js"
import type { ICard, IGame, IGameObject, IPlayer } from "./index.js"
export enum ContainerVisibility {
NONE = "none",