diff options
author | Vendicated <vendicated@riseup.net> | 2022-08-29 22:05:22 +0200 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2022-08-29 22:05:22 +0200 |
commit | 483bc13a31ab2ba878ff8d9002b0a8671a640ec8 (patch) | |
tree | 9967493cf8d65dc90202bb76d604749c5c4ba5ca /src/Vencord.ts | |
parent | c39ff8f6481463a1700014ebd204f2b6189759a1 (diff) | |
download | Vencord-483bc13a31ab2ba878ff8d9002b0a8671a640ec8.tar.gz Vencord-483bc13a31ab2ba878ff8d9002b0a8671a640ec8.tar.bz2 Vencord-483bc13a31ab2ba878ff8d9002b0a8671a640ec8.zip |
Finish rewrite
Diffstat (limited to 'src/Vencord.ts')
-rw-r--r-- | src/Vencord.ts | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/Vencord.ts b/src/Vencord.ts index 091421e..e804133 100644 --- a/src/Vencord.ts +++ b/src/Vencord.ts @@ -1,8 +1,6 @@ -import * as plugins from "./plugins"; -import * as WP from "./utils/webpack"; +export * as Plugins from "./plugins"; +export * as Webpack from "./utils/webpack"; +export * as Api from "./api"; import "./utils/patchWebpack"; import "./utils/quickCss"; - -export const Webpack = WP; -export const Plugins = plugins;
\ No newline at end of file |