add missing type

This commit is contained in:
Ryan Di 2024-10-09 13:33:22 +08:00
parent b0375fe5db
commit bdb1ec387d

View File

@ -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();