From 13d6f6cf1dd051de51882bb12229334ed156bbc7 Mon Sep 17 00:00:00 2001 From: Mark Tolmacs Date: Sun, 10 May 2026 14:54:26 +0000 Subject: [PATCH] fix: Lint Signed-off-by: Mark Tolmacs --- packages/excalidraw/components/TTDDialog/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,