Move data folder into src

This commit is contained in:
Deepen Timalsina 2025-04-15 17:47:04 +05:45
parent 6315848013
commit ce8542c6f9
53 changed files with 130 additions and 124 deletions

View file

@ -27,8 +27,8 @@ import {
get,
} from "idb-keyval";
import type { LibraryPersistedData } from "@excalidraw/excalidraw/data/library";
import type { ImportedDataState } from "@excalidraw/excalidraw/data/types";
import type { LibraryPersistedData } from "@excalidraw/excalidraw/src/data/library";
import type { ImportedDataState } from "@excalidraw/excalidraw/src/data/types";
import type { ExcalidrawElement, FileId } from "@excalidraw/element/types";
import type {
AppState,