From 37419dbfd6c9fbd64c1e1d962d8745899fdad23d 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";