fix other imports as well

This commit is contained in:
Ryan Di
2025-11-19 14:40:16 +08:00
parent 38d0966227
commit cbf4d5a591
4 changed files with 5 additions and 5 deletions

View File

@@ -22,8 +22,8 @@ import {
isLineSegment,
type GlobalPoint,
type LineSegment,
isCurve,
} from "@excalidraw/math";
import { isCurve } from "@excalidraw/math/curve";
import React from "react";