Skip to content

Commit

Permalink
Remove unused imports from ZHA card and alias editor (#18282)
Browse files Browse the repository at this point in the history
  • Loading branch information
steverep authored Oct 19, 2023
1 parent 02a212a commit 3526ba3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/components/ha-aliases-editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { css, CSSResultGroup, html, LitElement, nothing } from "lit";
import { customElement, property } from "lit/decorators";
import { haStyle } from "../resources/styles";
import { HomeAssistant } from "../types";
import "./ha-area-picker";
import "./ha-textfield";
import type { HaTextField } from "./ha-textfield";
import { fireEvent } from "../common/dom/fire_event";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import "@polymer/paper-input/paper-input";
import { css, CSSResultGroup, html, LitElement, nothing } from "lit";
import { customElement, property, state } from "lit/decorators";
import { classMap } from "lit/directives/class-map";
import "../../../../../components/buttons/ha-call-service-button";
import "../../../../../components/entity/state-badge";
import "../../../../../components/ha-area-picker";
import "../../../../../components/ha-card";
import {
CONFIGURED,
Expand Down

0 comments on commit 3526ba3

Please sign in to comment.