mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-29 00:54:44 +01:00
refactor: separate elements logic into a standalone package (#9285)
This commit is contained in:
@@ -6,7 +6,7 @@ import {
|
||||
TTDDialog,
|
||||
} from "@excalidraw/excalidraw";
|
||||
import { getDataURL } from "@excalidraw/excalidraw/data/blob";
|
||||
import { safelyParseJSON } from "@excalidraw/excalidraw/utils";
|
||||
import { safelyParseJSON } from "@excalidraw/common";
|
||||
|
||||
import type { ExcalidrawImperativeAPI } from "@excalidraw/excalidraw/types";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user