This commit is contained in:
Ryan Di 2025-04-07 22:24:12 +10:00
parent 5325f58895
commit 13ce3cd166

View file

@ -19,6 +19,7 @@ import {
type LocalPoint, type LocalPoint,
pointFrom, pointFrom,
type Radians, type Radians,
type ElementsSegmentsMap,
} from "@excalidraw/math"; } from "@excalidraw/math";
import { getElementLineSegments } from "@excalidraw/element/bounds"; import { getElementLineSegments } from "@excalidraw/element/bounds";
@ -33,8 +34,6 @@ import { getLassoSelectedElementIds } from "../lasso/utils";
import { act, render } from "./test-utils"; import { act, render } from "./test-utils";
import type { ElementsSegmentsMap } from "../lasso/utils";
const { h } = window; const { h } = window;
beforeEach(async () => { beforeEach(async () => {