excalidraw/excalidraw-app/app-jotai.ts
2024-12-27 18:16:21 +03:00

4 lines
100 B
TypeScript

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