diff --git a/packages/element/src/collision.ts b/packages/element/src/collision.ts index cc15947edb..1ba9869231 100644 --- a/packages/element/src/collision.ts +++ b/packages/element/src/collision.ts @@ -11,12 +11,9 @@ import { vectorFromPoint, vectorNormalize, vectorScale, -} from "@excalidraw/math"; - -import { ellipse, ellipseSegmentInterceptPoints, -} from "@excalidraw/math/ellipse"; +} from "@excalidraw/math"; import type { Curve,