diff options
Diffstat (limited to 'src/Vencord.ts')
-rw-r--r-- | src/Vencord.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Vencord.ts b/src/Vencord.ts index 2a4a60a..449423c 100644 --- a/src/Vencord.ts +++ b/src/Vencord.ts @@ -1,3 +1,5 @@ import "./utils/patchWebpack"; +import "./utils/quickCss"; -export const Webpack = {};
\ No newline at end of file +export const Webpack = {}; +import "./plugins"; |