diff options
author | Vendicated <vendicated@riseup.net> | 2022-08-29 18:11:44 +0200 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2022-08-29 18:11:44 +0200 |
commit | 876e622f4f61a4aa229ad69782d374335c3d8d6b (patch) | |
tree | 9119371f584f59b4512553d6548bd11fc84b7dcf /src/Vencord.ts | |
parent | af498e78291b67377aaf876c84143cdfe7c8b308 (diff) | |
download | Vencord-876e622f4f61a4aa229ad69782d374335c3d8d6b.tar.gz Vencord-876e622f4f61a4aa229ad69782d374335c3d8d6b.tar.bz2 Vencord-876e622f4f61a4aa229ad69782d374335c3d8d6b.zip |
Progress
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"; |