From f256209ff27ed5d5301e9266fdf7c1692a5f0511 Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Sun, 7 May 2023 00:06:56 -0400 Subject: fix build failure --- src/util/util/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- cgit 1.4.1