5 lines
133 B
TypeScript
5 lines
133 B
TypeScript
|
import { unstable_createStore } from "jotai";
|
||
|
|
||
|
export const jotaiScope = Symbol();
|
||
|
export const jotaiStore = unstable_createStore();
|