mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: wrong imports in tests
This commit is contained in:
parent
975a3d17bc
commit
6d4f83040b
7 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
import { decodePngMetadata } from "@excalidraw/excalidraw/data/image";
|
||||
import { decodeSvgBase64Payload } from "@excalidraw/excalidraw/scene/export";
|
||||
import { decodeSvgBase64Payload } from "@excalidraw/excalidraw/src/scene/export";
|
||||
import { API } from "@excalidraw/excalidraw/tests/helpers/api";
|
||||
|
||||
import type { ImportedDataState } from "@excalidraw/excalidraw/data/types";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue