remoed ignore from converted modules

This commit is contained in:
Miodec 2022-02-13 00:05:46 +01:00
parent 37ce1f0af5
commit 0101eb5d07

View file

@ -22,9 +22,7 @@ import * as TagController from "../controllers/tag-controller";
import * as PresetController from "../controllers/preset-controller";
// @ts-ignore
import * as ThemePicker from "../settings/theme-picker";
// @ts-ignore
import * as ImportExportSettingsPopup from "../popups/import-export-settings-popup";
// @ts-ignore
import * as CustomThemePopup from "../popups/custom-theme-popup";
import * as ConfigEvent from "../observables/config-event";
import * as ActivePage from "../states/active-page";