From c2aa314651219686f78700e87135485a8be91264 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Wed, 28 May 2025 00:34:39 +0000 Subject: (대표님) 커스텀 훅, ATOM 상태관리, 타입 정의 커밋 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- atoms.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'atoms.ts') 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([]) \ No newline at end of file +export const selectedUserIdsAtom = atom([]) +export const selectedModeAtom = atom<"IM" | "ENG">("IM") + -- cgit v1.2.3