mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-19 15:31:04 +02:00
[skip ci] Refactor visual debug
Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
This commit is contained in:
@@ -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";
|
||||
|
||||
|
@@ -9,3 +9,4 @@ export * from "./promise-pool";
|
||||
export * from "./random";
|
||||
export * from "./url";
|
||||
export * from "./utils";
|
||||
export * from "./visualdebug";
|
||||
|
Reference in New Issue
Block a user