fix: lint

This commit is contained in:
Ryan Di
2025-06-20 17:26:46 +10:00
parent 70e515f560
commit 53cae28d2a

View File

@ -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";