[skip ci] Refactor visual debug

Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
This commit is contained in:
Mark Tolmacs 2025-03-30 16:56:19 +02:00
parent 3d40221dc1
commit b2e19055bf
3 changed files with 2 additions and 1 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/common";
import type { Curve } from "@excalidraw/math";

View file

@ -9,3 +9,4 @@ export * from "./promise-pool";
export * from "./random";
export * from "./url";
export * from "./utils";
export * from "./visualdebug";