Browse Source

add missing type

Ryan Di 10 months ago
parent
commit
bdb1ec387d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/excalidraw/tests/helpers/ui.ts

+ 1 - 0
packages/excalidraw/tests/helpers/ui.ts

@@ -36,6 +36,7 @@ import { createTestHook } from "../../components/App";
 import type { GlobalPoint, LocalPoint, Radians } from "../../../math";
 import { pointFrom, pointRotateRads } from "../../../math";
 import { cropElement } from "../../element/cropElement";
+import type { ToolType } from "../../types";
 
 // so that window.h is available when App.tsx is not imported as well.
 createTestHook();