From a5ade32ad09f0a298231c8d028d2b24c910ee342 Mon Sep 17 00:00:00 2001 From: dwelle <5153846+dwelle@users.noreply.github.com> Date: Thu, 16 Jan 2025 17:51:43 +0100 Subject: [PATCH] stuff --- packages/excalidraw/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/excalidraw/index.tsx b/packages/excalidraw/index.tsx index 474272ddf2cd7..ed40244bd817c 100644 --- a/packages/excalidraw/index.tsx +++ b/packages/excalidraw/index.tsx @@ -308,7 +308,7 @@ export { clearAppStateForLocalStorage, } from "./appState"; -export { jotaiScope, jotaiStore } from "./jotai"; +export { editorJotaiStore }; export { libraryItemsAtom } from "./data/library"; export * as icons from "./components/icons";