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;