mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 14:30:24 +01:00
4 lines
79 B
TypeScript
4 lines
79 B
TypeScript
import { createStore } from 'jotai';
|
|
|
|
export const jotaiStore = createStore();
|