aboutsummaryrefslogtreecommitdiff
path: root/src/Vencord.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/Vencord.ts')
-rw-r--r--src/Vencord.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Vencord.ts b/src/Vencord.ts
index 83cd13a..4d18cb2 100644
--- a/src/Vencord.ts
+++ b/src/Vencord.ts
@@ -24,10 +24,10 @@ export * as Updater from "./utils/updater";
export * as Webpack from "./webpack";
import { popNotice, showNotice } from "./api/Notices";
-import { PlainSettings,Settings } from "./api/settings";
+import { PlainSettings, Settings } from "./api/settings";
import { startAllPlugins } from "./plugins";
-export { PlainSettings,Settings };
+export { PlainSettings, Settings };
import "./webpack/patchWebpack";
import "./utils/quickCss";