1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 12:49:19 +00:00

Update ha-selector-action.ts

This commit is contained in:
Bram Kragten
2025-05-26 15:14:59 +02:00
parent 02b4b8e334
commit 3e5bd64b83

View File

@@ -1,4 +1,4 @@
import { ContextProvider, consume } from "@lit-labs/context";
import { ContextProvider, consume } from "@lit/context";
import { css, html, LitElement, nothing } from "lit";
import { customElement, property, state } from "lit/decorators";
import memoizeOne from "memoize-one";