浏览代码

chore: Relocate visualdebug so ESLint doesn't complain (#9668)

Márk Tolmács 2 月之前
父节点
当前提交
c141500400
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      excalidraw-app/components/DebugCanvas.tsx
  2. 0 0
      packages/utils/src/visualdebug.ts

+ 2 - 2
excalidraw-app/components/DebugCanvas.tsx

@@ -18,10 +18,10 @@ import {
 } from "@excalidraw/math";
 import { isCurve } from "@excalidraw/math/curve";
 
-import type { DebugElement } from "@excalidraw/excalidraw/visualdebug";
-
 import type { Curve } from "@excalidraw/math";
 
+import type { DebugElement } from "@excalidraw/utils/visualdebug";
+
 import { STORAGE_KEYS } from "../app_constants";
 
 const renderLine = (

+ 0 - 0
packages/excalidraw/visualdebug.ts → packages/utils/src/visualdebug.ts