mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-16 18:07:02 -04:00
Expose QuickCss and Updater on global; consoleShortcuts plugin
This commit is contained in:
parent
e784ecda4f
commit
784e9ec9cb
3 changed files with 46 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
export * as Plugins from "./plugins";
|
||||
export * as Webpack from "./webpack";
|
||||
export * as Api from "./api";
|
||||
export * as Updater from "./utils/updater";
|
||||
export * as QuickCss from "./utils/quickCss";
|
||||
|
||||
import { popNotice, showNotice } from "./api/Notices";
|
||||
import { Settings } from "./api/settings";
|
||||
import { startAllPlugins } from "./plugins";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue