Skip to content

Commit

Permalink
vinvoor: updated import
Browse files Browse the repository at this point in the history
  • Loading branch information
Topvennie authored and hannes-dev committed Oct 4, 2024
1 parent 7cbce8d commit c511a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vinvoor/src/overview/heatmap/Rect.tsx
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit c511a6f

Please sign in to comment.