From 784e9ec9cb0c81d8d3671be27f27af69cd07da05 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Sat, 1 Oct 2022 03:58:07 +0200 Subject: Expose QuickCss and Updater on global; consoleShortcuts plugin --- src/utils/modal.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/utils/modal.tsx') diff --git a/src/utils/modal.tsx b/src/utils/modal.tsx index e5723a8..05baa8e 100644 --- a/src/utils/modal.tsx +++ b/src/utils/modal.tsx @@ -1,3 +1,5 @@ +// TODO: fix + import Components from "discord-types/components"; import { waitFor } from "../webpack"; -- cgit