diff --git a/excalidraw-app/data/LocalData.ts b/excalidraw-app/data/LocalData.ts index 634fdc4f1c..d09d8aa88e 100644 --- a/excalidraw-app/data/LocalData.ts +++ b/excalidraw-app/data/LocalData.ts @@ -26,7 +26,6 @@ import { get, } from "idb-keyval"; -import { appJotaiStore, atom } from "excalidraw-app/app-jotai"; import { getNonDeletedElements } from "@excalidraw/element"; import type { LibraryPersistedData } from "@excalidraw/excalidraw/data/library"; @@ -39,6 +38,7 @@ import type { } from "@excalidraw/excalidraw/types"; import type { MaybePromise } from "@excalidraw/common/utility-types"; +import { appJotaiStore, atom } from "../app-jotai"; import { SAVE_TO_LOCAL_STORAGE_TIMEOUT, STORAGE_KEYS } from "../app_constants"; import { FileManager } from "./FileManager";