diff options
author | Vendicated <vendicated@riseup.net> | 2022-10-14 21:34:35 +0200 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2022-10-14 21:34:35 +0200 |
commit | 296336535f6d23c586c7e83edf0420b58cbf011a (patch) | |
tree | aa2a12bd071b36d44f43da992aa9fddfdd11bf50 /src/Vencord.ts | |
parent | 563f2fb1dc2067345e4fbd71ce8da7d60d2928e1 (diff) | |
download | Vencord-296336535f6d23c586c7e83edf0420b58cbf011a.tar.gz Vencord-296336535f6d23c586c7e83edf0420b58cbf011a.tar.bz2 Vencord-296336535f6d23c586c7e83edf0420b58cbf011a.zip |
Fix modals, add wp.mapMangledModule
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 9a0873e..4800621 100644 --- a/src/Vencord.ts +++ b/src/Vencord.ts @@ -3,6 +3,7 @@ export * as Webpack from "./webpack"; export * as Api from "./api"; export * as Updater from "./utils/updater"; export * as QuickCss from "./utils/quickCss"; +export * as Util from "./utils"; import { popNotice, showNotice } from "./api/Notices"; import { Settings, PlainSettings } from "./api/settings"; |