diff options
author | Vendicated <vendicated@riseup.net> | 2022-10-01 03:58:07 +0200 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2022-10-01 03:58:18 +0200 |
commit | 784e9ec9cb0c81d8d3671be27f27af69cd07da05 (patch) | |
tree | ae5d298caf51ba4be1781378753ddab066acc4bf /src/utils/modal.tsx | |
parent | e784ecda4f907db6a0519f6b7457cb541f29ae08 (diff) | |
download | Vencord-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.tsx | 2 |
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"; |