From c511a6fffecad96d3fdf5677f16c19efa322feeb Mon Sep 17 00:00:00 2001 From: Topvennie Date: Thu, 3 Oct 2024 13:22:30 +0200 Subject: [PATCH] vinvoor: updated import --- vinvoor/src/overview/heatmap/Rect.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vinvoor/src/overview/heatmap/Rect.tsx b/vinvoor/src/overview/heatmap/Rect.tsx index 562b679..557ab4a 100644 --- a/vinvoor/src/overview/heatmap/Rect.tsx +++ b/vinvoor/src/overview/heatmap/Rect.tsx @@ -1,6 +1,6 @@ import { FC } from "react"; -import { HeatmapRectStyle } from "../../theme"; import { RECT_RADIUS, RECT_SIZE, RECT_STROKE, SPACE } from "./utils"; +import { HeatmapRectStyle } from "../../themes/theme"; interface RectProps { idx: number;