diff --git a/src/panels/config/zone/ha-config-zone.ts b/src/panels/config/zone/ha-config-zone.ts
index 787b8e2556..475e3822a7 100644
--- a/src/panels/config/zone/ha-config-zone.ts
+++ b/src/panels/config/zone/ha-config-zone.ts
@@ -1,3 +1,6 @@
+import "@material/mwc-fab";
+import "@material/mwc-icon-button";
+import { mdiPencil, mdiPencilOff, mdiPlus } from "@mdi/js";
import "@polymer/paper-item/paper-icon-item";
import "@polymer/paper-item/paper-item-body";
import "@polymer/paper-listbox/paper-listbox";
@@ -20,7 +23,7 @@ import { computeStateDomain } from "../../../common/entity/compute_state_domain"
import { navigate } from "../../../common/navigate";
import { compare } from "../../../common/string/compare";
import "../../../components/ha-card";
-import "@material/mwc-fab";
+import "../../../components/ha-svg-icon";
import "../../../components/map/ha-locations-editor";
import type {
HaLocationsEditor,
@@ -47,8 +50,6 @@ import type { HomeAssistant, Route } from "../../../types";
import "../ha-config-section";
import { configSections } from "../ha-panel-config";
import { showZoneDetailDialog } from "./show-dialog-zone-detail";
-import "../../../components/ha-svg-icon";
-import { mdiPlus } from "@mdi/js";
@customElement("ha-config-zone")
export class HaConfigZone extends SubscribeMixin(LitElement) {
@@ -148,17 +149,18 @@ export class HaConfigZone extends SubscribeMixin(LitElement) {
@click=${this._itemClicked}
.entry=${entry}
>
-