fix: wrong imports in tests

This commit is contained in:
Deepen Timalsina 2025-04-15 10:47:06 +05:45
parent 975a3d17bc
commit 6d4f83040b
7 changed files with 7 additions and 7 deletions

View file

@ -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";