mirror of
https://github.com/excalidraw/excalidraw.git
synced 2024-11-02 03:25:53 +01:00
741d5f1a18
* refactor: move excalidraw-app outside src * move some tests to excal app and fix some * fix tests * fix * port remaining tests * fix * update snap * move tests inside test folder * fix * fix
4 lines
100 B
TypeScript
4 lines
100 B
TypeScript
import { unstable_createStore } from "jotai";
|
|
|
|
export const appJotaiStore = unstable_createStore();
|