diff options
Diffstat (limited to 'src/Vencord.ts')
-rw-r--r-- | src/Vencord.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Vencord.ts b/src/Vencord.ts index 4364468..8ef272b 100644 --- a/src/Vencord.ts +++ b/src/Vencord.ts @@ -1,5 +1,5 @@ export * as Plugins from "./plugins"; -export * as Webpack from "./utils/webpack"; +export * as Webpack from "./webpack"; export * as Api from "./api"; export * as Components from "./components"; |