diff options
Diffstat (limited to 'src/Vencord.ts')
-rw-r--r-- | src/Vencord.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Vencord.ts b/src/Vencord.ts index 2798e70..adf8e7b 100644 --- a/src/Vencord.ts +++ b/src/Vencord.ts @@ -1,6 +1,9 @@ export * as Plugins from "./plugins"; export * as Webpack from "./webpack"; export * as Api from "./api"; +export * as Updater from "./utils/updater"; +export * as QuickCss from "./utils/quickCss"; + import { popNotice, showNotice } from "./api/Notices"; import { Settings } from "./api/settings"; import { startAllPlugins } from "./plugins"; |