From 7f54214ac9aca96ee5c08d5fb62a9fbf5d7b762f Mon Sep 17 00:00:00 2001 From: Ryan Di Date: Tue, 1 Apr 2025 22:56:56 +1100 Subject: [PATCH] narrow down imports --- packages/excalidraw/lasso/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[]>;