Files
hydra/src/main/entity/index.ts
2024-05-18 21:55:12 +01:00

5 lines
149 B
TypeScript

export * from "./game.entity";
export * from "./repack.entity";
export * from "./user-preferences.entity";
export * from "./game-shop-cache.entity";