From aaba08e3a3a44be3bebc8db75f2db29f09a82ae3 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Thu, 8 Sep 2022 18:37:05 +0200 Subject: [PATCH] Fixed index --- src/Lib/Data/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Lib/Data/index.ts b/src/Lib/Data/index.ts index 950d961..9d1cf04 100644 --- a/src/Lib/Data/index.ts +++ b/src/Lib/Data/index.ts @@ -2,3 +2,4 @@ export * from "./Edu"; export * from "./Vanilla"; export * from "./CommandInfo"; export * from "./CommandContainer"; +export * from "./CommandData";