From a5e06cd02193afe24292a5ae21a9f7e663e2f176 Mon Sep 17 00:00:00 2001 From: Featyre Date: Sun, 23 Jan 2022 23:55:43 +0800 Subject: Partial integration of categories and discovery --- util/src/entities/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'util/src/entities/index.ts') diff --git a/util/src/entities/index.ts b/util/src/entities/index.ts index c1f979d4..fc18d422 100644 --- a/util/src/entities/index.ts +++ b/util/src/entities/index.ts @@ -3,6 +3,7 @@ export * from "./Attachment"; export * from "./AuditLog"; export * from "./Ban"; export * from "./BaseClass"; +export * from "./Categories"; export * from "./Channel"; export * from "./Config"; export * from "./ConnectedAccount"; -- cgit 1.5.1