build: correct incorrect imports for excalidraw-app build

This commit is contained in:
Deepen Timalsina 2025-04-15 21:37:40 +05:45
parent 81b70e221f
commit b8b6e67559
10 changed files with 21 additions and 20 deletions

View file

@ -18,7 +18,7 @@ import {
} from "@excalidraw/math";
import { isCurve } from "@excalidraw/math/curve";
import type { DebugElement } from "@excalidraw/excalidraw/visualdebug";
import type { DebugElement } from "@excalidraw/excalidraw/src/visualdebug";
import type { Curve } from "@excalidraw/math";