()
| 16 | * store, since we create a new store instance when you switch organization. |
| 17 | */ |
| 18 | export function getStore() { |
| 19 | return store; |
| 20 | } |
| 21 | |
| 22 | /** |
| 23 | * Creates a new Jotai store in module scope, resetting all global state. |
no outgoing calls
no test coverage detected