diff options
Diffstat (limited to 'atoms.ts')
| -rw-r--r-- | atoms.ts | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ import { atom } from "jotai" -export const selectedUserIdsAtom = atom<number[]>([])
\ No newline at end of file +export const selectedUserIdsAtom = atom<number[]>([]) +export const selectedModeAtom = atom<"IM" | "ENG">("IM") + |
