mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
add missing type
This commit is contained in:
parent
b0375fe5db
commit
bdb1ec387d
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue