1 files changed, 1 insertions, 2 deletions
diff --git a/src/util/index.ts b/src/util/index.ts
index 0cf30a71..b8707c3e 100644
--- a/src/util/index.ts
+++ b/src/util/index.ts
@@ -4,8 +4,7 @@ export * from "./config/index";
export * from "./dtos/index";
export * from "./entities/index";
export * from "./interfaces/index";
+export * from "./plugin";
export * from "./schemas";
export * from "./util/index";
export * from "./util/MFA";
-export * from "./schemas";
-export * from "./plugin";
\ No newline at end of file
|