Fix warning when opening plugin/theme settings

This commit is contained in:
Jean Ouina 2020-07-20 13:58:00 +02:00
parent d5fece6d9c
commit 02cd8c4c30
3 changed files with 18 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -5,7 +5,7 @@ import AddonCard from "./addoncard";
import Dropdown from "./components/dropdown";
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 BDV2 from "../modules/v2";
import pluginModule from "../modules/pluginModule";