This commit is contained in:
Paulus Schoutsen 2019-03-29 16:46:48 -07:00
parent 6775a094c9
commit c52f437ee6

View File

@ -3,7 +3,6 @@ import { loadCustomPanel } from "../util/custom-panel/load-custom-panel";
import { createCustomPanelElement } from "../util/custom-panel/create-custom-panel-element"; import { createCustomPanelElement } from "../util/custom-panel/create-custom-panel-element";
import { setCustomPanelProperties } from "../util/custom-panel/set-custom-panel-properties"; import { setCustomPanelProperties } from "../util/custom-panel/set-custom-panel-properties";
import { fireEvent } from "../common/dom/fire_event"; import { fireEvent } from "../common/dom/fire_event";
import { navigate } from "../common/navigate";
import { PolymerElement } from "@polymer/polymer"; import { PolymerElement } from "@polymer/polymer";
import { Panel } from "../types"; import { Panel } from "../types";
import { CustomPanelConfig } from "../data/panel_custom"; import { CustomPanelConfig } from "../data/panel_custom";