aboutsummaryrefslogtreecommitdiff
path: root/src/webpack/webpack.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/webpack/webpack.ts')
-rw-r--r--src/webpack/webpack.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webpack/webpack.ts b/src/webpack/webpack.ts
index 58589c2..7604266 100644
--- a/src/webpack/webpack.ts
+++ b/src/webpack/webpack.ts
@@ -17,6 +17,7 @@
*/
import type { WebpackInstance } from "discord-types/other";
+
import { proxyLazy } from "../utils/proxyLazy";
export let _resolveReady: () => void;