From 39ba1f406cc6c571752a2e39abeb584aebf4f40f Mon Sep 17 00:00:00 2001 From: Rory& Date: Sun, 9 Aug 2026 04:52:46 +0200 Subject: Fix some imports in entities --- src/database/entities/StickerPack.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/database/entities/StickerPack.ts') diff --git a/src/database/entities/StickerPack.ts b/src/database/entities/StickerPack.ts index 391cb5df..e4f27e2b 100644 --- a/src/database/entities/StickerPack.ts +++ b/src/database/entities/StickerPack.ts @@ -17,8 +17,8 @@ */ import { Column, Entity, JoinColumn, ManyToOne, OneToMany, RelationId } from "typeorm"; -import { Sticker } from "./index"; import { BaseClass } from "./BaseClass"; +import { Sticker } from "./Sticker"; @Entity({ name: "sticker_packs", -- cgit 1.5.1