From 483bc13a31ab2ba878ff8d9002b0a8671a640ec8 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Mon, 29 Aug 2022 22:05:22 +0200 Subject: Finish rewrite --- src/Vencord.ts | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/Vencord.ts') 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 -- cgit