Fix warning when opening plugin/theme settings
This commit is contained in:
parent
d5fece6d9c
commit
02cd8c4c30
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -5,7 +5,7 @@ import AddonCard from "./addoncard";
|
||||||
import Dropdown from "./components/dropdown";
|
import Dropdown from "./components/dropdown";
|
||||||
import Search from "./components/search";
|
import Search from "./components/search";
|
||||||
|
|
||||||
import {settingsCookie, pluginCookie, themeCookie} from "../0globals";
|
import {settingsCookie, pluginCookie, themeCookie, bdplugins, bdthemes} from "../0globals";
|
||||||
import ContentManager from "../modules/contentManager";
|
import ContentManager from "../modules/contentManager";
|
||||||
import BDV2 from "../modules/v2";
|
import BDV2 from "../modules/v2";
|
||||||
import pluginModule from "../modules/pluginModule";
|
import pluginModule from "../modules/pluginModule";
|
||||||
|
|
Loading…
Reference in New Issue