From 53cae28d2a4d161be73c257872023146ca240091 Mon Sep 17 00:00:00 2001 From: Ryan Di Date: Fri, 20 Jun 2025 17:26:46 +1000 Subject: [PATCH] fix: lint --- .../excalidraw/components/TTDDialog/MermaidToExcalidraw.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/excalidraw/components/TTDDialog/MermaidToExcalidraw.tsx b/packages/excalidraw/components/TTDDialog/MermaidToExcalidraw.tsx index 44f76671e..4dafb7647 100644 --- a/packages/excalidraw/components/TTDDialog/MermaidToExcalidraw.tsx +++ b/packages/excalidraw/components/TTDDialog/MermaidToExcalidraw.tsx @@ -2,8 +2,6 @@ import { useState, useRef, useEffect, useDeferredValue } from "react"; import { EDITOR_LS_KEYS, debounce, isDevEnv } from "@excalidraw/common"; -import { isElbowArrow } from "@excalidraw/element"; - import type { NonDeletedExcalidrawElement } from "@excalidraw/element/types"; import { useApp } from "../App";