diff options
Diffstat (limited to 'src/Vencord.ts')
-rw-r--r-- | src/Vencord.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Vencord.ts b/src/Vencord.ts index e804133..4364468 100644 --- a/src/Vencord.ts +++ b/src/Vencord.ts @@ -1,6 +1,7 @@ export * as Plugins from "./plugins"; export * as Webpack from "./utils/webpack"; export * as Api from "./api"; +export * as Components from "./components"; import "./utils/patchWebpack"; import "./utils/quickCss"; |