Ryan Di 10 months ago
parent
commit
940099f85d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/excalidraw/actions/actionCropEditor.tsx

+ 1 - 1
packages/excalidraw/actions/actionCropEditor.tsx

@@ -4,7 +4,7 @@ import { StoreAction } from "../store";
 import { ToolButton } from "../components/ToolButton";
 import { t } from "../i18n";
 import { isImageElement } from "../element/typeChecks";
-import { ExcalidrawImageElement } from "../element/types";
+import type { ExcalidrawImageElement } from "../element/types";
 
 export const actionToggleCropEditor = register({
   name: "cropEditor",