summaryrefslogtreecommitdiff
path: root/atoms.ts
diff options
context:
space:
mode:
Diffstat (limited to 'atoms.ts')
-rw-r--r--atoms.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/atoms.ts b/atoms.ts
index 54847ca7..fe5cebd3 100644
--- a/atoms.ts
+++ b/atoms.ts
@@ -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")
+