Fix build

This commit is contained in:
Marcel Mraz 2025-03-19 21:59:42 +01:00
parent 2569691cc6
commit ddac2e969a
No known key found for this signature in database
GPG key ID: 4EBD6E62DC830CD2
14 changed files with 29 additions and 82 deletions

View file

@ -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,