From 3387a2d17f18a6925363605c62a08f2bb1088fd8 Mon Sep 17 00:00:00 2001 From: Wendelin Date: Thu, 24 Jul 2025 14:57:09 +0200 Subject: [PATCH] fix lint --- src/components/chart/ha-chart-base.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/chart/ha-chart-base.ts b/src/components/chart/ha-chart-base.ts index e6a0bef350..22249c6889 100644 --- a/src/components/chart/ha-chart-base.ts +++ b/src/components/chart/ha-chart-base.ts @@ -29,7 +29,7 @@ import { formatTimeLabel } from "./axis-label"; import { ensureArray } from "../../common/array/ensure-array"; import "../chips/ha-assist-chip"; import { downSampleLineData } from "./down-sample"; -import { colorVariables } from "../../resources/theme/color.globals"; +import { colorVariables } from "../../resources/theme/color/color.globals"; export const MIN_TIME_BETWEEN_UPDATES = 60 * 5 * 1000; const LEGEND_OVERFLOW_LIMIT = 10;