From 7d936efb2f37db42c3e57ee9a915ed4d5ab8e25f Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Sat, 27 Aug 2022 05:18:48 +0200 Subject: Cleanup, reformat, fix some todos, git hook fixup! Cleanup, reformat, fix some todos, git hook --- src/util/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/util/index.ts') 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 -- cgit 1.5.1