fix: incorrect import for color (was moved to common)

This commit is contained in:
feng 2025-04-12 20:59:47 +09:00
parent f9d4030b82
commit d5c9754d09

View file

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