diff --git a/packages/excalidraw/components/TTDDialog/common.ts b/packages/excalidraw/components/TTDDialog/common.ts index 5b7cd77f65..e02bafc1f6 100644 --- a/packages/excalidraw/components/TTDDialog/common.ts +++ b/packages/excalidraw/components/TTDDialog/common.ts @@ -17,7 +17,7 @@ import { EditorLocalStorage } from "../../data/EditorLocalStorage"; import type { MermaidToExcalidrawLibProps } from "./types"; -import type { AppClassProperties, BinaryFiles, Zoom } from "../../types"; +import type { AppClassProperties, BinaryFiles } from "../../types"; export const resetPreview = ({ canvasRef,