mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
3 lines
100 B
TypeScript
3 lines
100 B
TypeScript
import { unstable_createStore } from "jotai";
|
|
|
|
export const appJotaiStore = unstable_createStore();
|