1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/util/index.ts b/src/util/util/index.ts
index 6076f70a..10e09b5c 100644
--- a/src/util/util/index.ts
+++ b/src/util/util/index.ts
@@ -18,7 +18,6 @@
export * from "./ApiError";
export * from "./Array";
-export * from "./Application";
export * from "./BitField";
//export * from "./Categories";
export * from "./cdn";
@@ -43,3 +42,4 @@ export * from "./Token";
export * from "./TraverseDirectory";
export * from "./WebAuthn";
export * from "./Gifs";
+export * from "./Application";
|