Sort imports (#8104)

This commit is contained in:
Joakim Sørensen
2021-01-13 17:17:12 +01:00
committed by GitHub
parent 131a7f3782
commit a1d07e5a00
364 changed files with 1086 additions and 1113 deletions

View File

@@ -7,10 +7,9 @@ import {
html,
LitElement,
property,
TemplateResult,
query,
TemplateResult,
} from "lit-element";
import "../ha-circular-progress";
@customElement("ha-progress-button")