1
0
mirror of https://github.com/excalidraw/excalidraw.git synced 2024-11-10 11:35:52 +01:00
excalidraw/excalidraw-app/app-jotai.ts

4 lines
100 B
TypeScript
Raw Normal View History

import { unstable_createStore } from "jotai";
export const appJotaiStore = unstable_createStore();