fix: fixing duplicate export

This commit is contained in:
Chubby Granny Chaser
2025-01-15 17:15:57 +00:00
parent 8b47082047
commit 2c881a6100

View File

@@ -1,6 +1,5 @@
export * from "./game.entity";
export * from "./user-preferences.entity";
export * from "./game-shop-cache.entity";
export * from "./game.entity";
export * from "./game-achievements.entity";
export * from "./download-queue.entity";