diff --git a/packages/excalidraw/lasso/types.ts b/packages/excalidraw/lasso/types.ts index 3a5efe959..2d407624c 100644 --- a/packages/excalidraw/lasso/types.ts +++ b/packages/excalidraw/lasso/types.ts @@ -1,4 +1,4 @@ -import type { GlobalPoint, LineSegment } from "@excalidraw/math"; +import type { GlobalPoint, LineSegment } from "@excalidraw/math/types"; import type { ExcalidrawElement } from "@excalidraw/element/types"; export type ElementsSegmentsMap = Map[]>;