Make tsc happy

This commit is contained in:
Vendicated 2022-10-26 13:54:23 +02:00
parent f492d26379
commit 670b7d7d01
No known key found for this signature in database
GPG key ID: EC781ADFB93EFFA3
2 changed files with 10 additions and 4 deletions

View file

@ -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";