From d5c9754d0985e8d73aac614ac127ea686c43b5c9 Mon Sep 17 00:00:00 2001 From: feng Date: Sat, 12 Apr 2025 20:59:47 +0900 Subject: [PATCH] fix: incorrect import for color (was moved to common) --- packages/excalidraw/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/excalidraw/types.ts b/packages/excalidraw/types.ts index f6047f80d..2862094dc 100644 --- a/packages/excalidraw/types.ts +++ b/packages/excalidraw/types.ts @@ -3,6 +3,7 @@ import type { UserIdleState, throttleRAF, MIME_TYPES, + ColorTuple, } from "@excalidraw/common"; import type { SuggestedBinding } from "@excalidraw/element/binding"; @@ -43,7 +44,6 @@ import type { MakeBrand, } from "@excalidraw/common/utility-types"; -import type { ColorTuple } from "./colors"; import type { Action } from "./actions/types"; import type { Spreadsheet } from "./charts"; import type { ClipboardData } from "./clipboard";