From 0a269c9e26f8bd0435f0ff059bb5ad83f37eb1e0 Mon Sep 17 00:00:00 2001 From: Yosi Levy Date: Tue, 19 Feb 2019 20:17:41 +0200 Subject: [PATCH] Fix ha-style --- src/panels/lovelace/hui-root.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/lovelace/hui-root.ts b/src/panels/lovelace/hui-root.ts index 66cb1ad135..631416ddfa 100644 --- a/src/panels/lovelace/hui-root.ts +++ b/src/panels/lovelace/hui-root.ts @@ -50,7 +50,7 @@ import { showEditViewDialog } from "./editor/view-editor/show-edit-view-dialog"; import { showEditLovelaceDialog } from "./editor/lovelace-editor/show-edit-lovelace-dialog"; import { Lovelace } from "./types"; import { afterNextRender } from "../../common/util/render-status"; -import { haStyle } from "../../resources/ha-style"; +import { haStyle } from "../../resources/styles"; import { computeRTLDirection } from "../../common/util/compute_rtl"; // CSS and JS should only be imported once. Modules and HTML are safe.