@@ -87,9 +87,9 @@ export class HADemoCard extends LitElement implements LovelaceCard {
diff --git a/demo/src/custom-cards/ha-demo-card.ts b/demo/src/custom-cards/ha-demo-card.ts
index 3bc9837a1a..f3c37cb975 100644
--- a/demo/src/custom-cards/ha-demo-card.ts
+++ b/demo/src/custom-cards/ha-demo-card.ts
@@ -1,8 +1,9 @@
-import "@material/mwc-button";
import { css, CSSResultGroup, html, LitElement, nothing } from "lit";
import { customElement, property, state } from "lit/decorators";
import { until } from "lit/directives/until";
+import { fireEvent } from "../../../src/common/dom/fire_event";
import "../../../src/components/ha-card";
+import "../../../src/components/ha-button";
import "../../../src/components/ha-circular-progress";
import { LovelaceCardConfig } from "../../../src/data/lovelace/config/card";
import { MockHomeAssistant } from "../../../src/fake_data/provide_hass";
@@ -11,7 +12,6 @@ import {
demoConfigs,
selectedDemoConfig,
selectedDemoConfigIndex,
- setDemoConfig,
} from "../configs/demo-configs";
@customElement("ha-demo-card")
@@ -64,9 +64,9 @@ export class HADemoCard extends LitElement implements LovelaceCard {
)}
-
@@ -87,9 +87,9 @@ export class HADemoCard extends LitElement implements LovelaceCard {
${this.config.config.trim()}` : ""} +
${this.config.config.trim()}` + : nothing}