1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-05-08 09:18:34 +01:00

Remove unused shoelace animation import (#26584)

This commit is contained in:
Wendelin
2025-08-18 09:42:59 +02:00
committed by GitHub
parent 4c5795c276
commit 973851b332
2 changed files with 0 additions and 2 deletions
@@ -1,5 +1,4 @@
import { mdiChevronLeft, mdiClose } from "@mdi/js";
import "@shoelace-style/shoelace/dist/components/animation/animation";
import type { UnsubscribeFunc } from "home-assistant-js-websocket";
import type { CSSResultGroup, TemplateResult } from "lit";
import { css, html, LitElement, nothing } from "lit";
@@ -1,5 +1,4 @@
import { customElement, property } from "lit/decorators";
import "@shoelace-style/shoelace/dist/components/animation/animation";
import { css, html, LitElement, nothing } from "lit";
import type { HomeAssistant } from "../../../../../../types";
import { SecurityClass } from "../../../../../../data/zwave_js";