diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-15 00:03:35 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-15 00:03:35 +0200 |
commit | bc85d6ff86ab2b1ee6b010a392362bda03961376 (patch) | |
tree | 630010cafcb0e572ed2b94d71d61fe114ab16ce3 /util/src/entities/index.ts | |
parent | :bug: fix sticker packs (diff) | |
download | server-bc85d6ff86ab2b1ee6b010a392362bda03961376.tar.xz |
:art: reformat
Diffstat (limited to 'util/src/entities/index.ts')
-rw-r--r-- | util/src/entities/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/src/entities/index.ts b/util/src/entities/index.ts index 7b1c9750..31afed88 100644 --- a/util/src/entities/index.ts +++ b/util/src/entities/index.ts @@ -18,6 +18,7 @@ export * from "./Relationship"; export * from "./Role"; export * from "./Session"; export * from "./Sticker"; +export * from "./StickerPack"; export * from "./Team"; export * from "./TeamMember"; export * from "./Template"; |