mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: incorrect import for color (was moved to common)
This commit is contained in:
parent
f9d4030b82
commit
d5c9754d09
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue