mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-02-18 13:29:36 +01:00
4 lines
100 B
TypeScript
4 lines
100 B
TypeScript
![]() |
import { unstable_createStore } from "jotai";
|
||
|
|
||
|
export const appJotaiStore = unstable_createStore();
|