From 12f2fd9f5f7347c5e96f41714f4f4679099d03cb Mon Sep 17 00:00:00 2001 From: ritk20 Date: Wed, 23 Oct 2024 13:44:02 +0530 Subject: [PATCH] remove unrequired imports --- packages/excalidraw/element/embeddable.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/excalidraw/element/embeddable.ts b/packages/excalidraw/element/embeddable.ts index ac1561345..b7595980c 100644 --- a/packages/excalidraw/element/embeddable.ts +++ b/packages/excalidraw/element/embeddable.ts @@ -14,7 +14,6 @@ import type { import { sanitizeHTMLAttribute } from "../data/url"; import type { MarkRequired } from "../utility-types"; import { StoreAction } from "../store"; -import { t } from "../i18n"; type IframeDataWithSandbox = MarkRequired;