Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoelbert committed Mar 18, 2024
1 parent a6404a9 commit 2bf9f09
Showing 1 changed file with 3 additions and 1 deletion.
@@ -1,5 +1,7 @@
import type { FullTheme } from "../../../common/styles.js";
import { measureTextCached, roundedRect, type Rectangle, withAlpha, type HoverEffectTheme } from "../../../index.js";
import type { Rectangle, HoverEffectTheme } from "../../../index.js";
import { roundedRect, measureTextCached } from "./data-grid-lib.js";
import { withAlpha } from "../color-parser.js";

export function drawEditHoverIndicator(
ctx: CanvasRenderingContext2D,
Expand Down

0 comments on commit 2bf9f09

Please sign in to comment.