diff --git a/src/panels/lovelace/hui-root.ts b/src/panels/lovelace/hui-root.ts index 043c61e784..2e0934a9e1 100644 --- a/src/panels/lovelace/hui-root.ts +++ b/src/panels/lovelace/hui-root.ts @@ -49,6 +49,7 @@ import { showEditLovelaceDialog } from "./editor/lovelace-editor/show-edit-lovel import { Lovelace } from "./types"; import { afterNextRender } from "../../common/util/render-status"; import { haStyle } from "../../resources/ha-style"; +import { computeRTL } from "../../common/util/compute_rtl"; // CSS and JS should only be imported once. Modules and HTML are safe. const CSS_CACHE = {}; @@ -252,7 +253,9 @@ class HUIRoot extends LitElement { @@ -277,7 +280,9 @@ class HUIRoot extends LitElement {