diff options
Diffstat (limited to 'atoms.ts')
| -rw-r--r-- | atoms.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/atoms.ts b/atoms.ts new file mode 100644 index 00000000..54847ca7 --- /dev/null +++ b/atoms.ts @@ -0,0 +1,3 @@ +import { atom } from "jotai" + +export const selectedUserIdsAtom = atom<number[]>([])
\ No newline at end of file |
