aboutsummaryrefslogtreecommitdiff
path: root/src/utils/modal.tsx
diff options
context:
space:
mode:
authorVendicated <vendicated@riseup.net>2022-10-01 03:58:07 +0200
committerVendicated <vendicated@riseup.net>2022-10-01 03:58:18 +0200
commit784e9ec9cb0c81d8d3671be27f27af69cd07da05 (patch)
treeae5d298caf51ba4be1781378753ddab066acc4bf /src/utils/modal.tsx
parente784ecda4f907db6a0519f6b7457cb541f29ae08 (diff)
downloadVencord-784e9ec9cb0c81d8d3671be27f27af69cd07da05.tar.gz
Vencord-784e9ec9cb0c81d8d3671be27f27af69cd07da05.tar.bz2
Vencord-784e9ec9cb0c81d8d3671be27f27af69cd07da05.zip
Expose QuickCss and Updater on global; consoleShortcuts plugin
Diffstat (limited to 'src/utils/modal.tsx')
-rw-r--r--src/utils/modal.tsx2
1 files changed, 2 insertions, 0 deletions
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";