Fix some imports in entities

This commit is contained in:
Rory&
2026-08-09 04:52:46 +02:00
parent 686f1dd472
commit 39ba1f406c
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -17,9 +17,10 @@
*/
import { Column, Entity, JoinColumn, ManyToOne, RelationId } from "typeorm";
import { Application, User } from "./index";
import { BaseClass } from "./BaseClass";
import { Application } from "./Application";
import { Guild } from "./Guild";
import { User } from "./User";
@Entity({
name: "emojis",
+1 -1
View File
@@ -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",