Move visal debug to @excalidraw/util

This commit is contained in:
Mark Tolmacs 2025-04-11 15:39:31 +02:00
parent f12f7e4b50
commit 1ee3676784
2 changed files with 1 additions and 1 deletions

View file

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