From e6f602e4afc1f10164b13b0bccc1d156c86f0d3b Mon Sep 17 00:00:00 2001 From: dwelle <5153846+dwelle@users.noreply.github.com> Date: Thu, 25 Sep 2025 13:28:42 +0200 Subject: [PATCH] fix lint --- packages/excalidraw/data/json.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/excalidraw/data/json.ts b/packages/excalidraw/data/json.ts index da07ba25fe..b8fb0f62cc 100644 --- a/packages/excalidraw/data/json.ts +++ b/packages/excalidraw/data/json.ts @@ -15,7 +15,7 @@ import type { ExcalidrawElement } from "@excalidraw/element/types"; import { cleanAppStateForExport, clearAppStateForDatabase } from "../appState"; -import { isImageFileHandle, loadFromBlob, normalizeFile } from "./blob"; +import { isImageFileHandle, loadFromBlob } from "./blob"; import { fileOpen, fileSave } from "./filesystem"; import type { AppState, BinaryFiles, LibraryItems } from "../types";