mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fix build
This commit is contained in:
parent
2569691cc6
commit
ddac2e969a
14 changed files with 29 additions and 82 deletions
|
@ -2,17 +2,13 @@ import { average } from "@excalidraw/math";
|
|||
|
||||
import type {
|
||||
ExcalidrawBindableElement,
|
||||
ExcalidrawElement,
|
||||
FontFamilyValues,
|
||||
FontString,
|
||||
GroupId,
|
||||
NonDeletedExcalidrawElement,
|
||||
} from "@excalidraw/element/types";
|
||||
|
||||
import type {
|
||||
ActiveTool,
|
||||
AppState,
|
||||
NullableGridSize,
|
||||
ToolType,
|
||||
UnsubscribeCallback,
|
||||
Zoom,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue