refactor: old paths updated to reflect new path for files in excalidraw package

This commit is contained in:
Deepen Timalsina 2025-04-14 22:50:46 +05:45
parent 98e7946887
commit 18a187e470
107 changed files with 256 additions and 242 deletions

View file

@ -10,7 +10,7 @@
* (localStorage, indexedDB).
*/
import { clearAppStateForLocalStorage } from "@excalidraw/excalidraw/appState";
import { clearAppStateForLocalStorage } from "@excalidraw/excalidraw/src/appState";
import {
CANVAS_SEARCH_TAB,
DEFAULT_SIDEBAR,
@ -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,