Fix some imports (#5619)

This commit is contained in:
Bram Kragten
2020-04-24 15:49:25 +02:00
committed by GitHub
parent a0dae802f2
commit c468aab9b2
87 changed files with 448 additions and 400 deletions

View File

@@ -4,6 +4,7 @@ import { ripple } from "@material/mwc-ripple/ripple-directive";
import { customElement, html, TemplateResult } from "lit-element";
import { classMap } from "lit-html/directives/class-map";
import type { Constructor } from "../types";
import "./ha-icon";
const MwcFab = customElements.get("mwc-fab") as Constructor<Fab>;