Skip to content

Commit

Permalink
[#20] 아이디어 선택 atom
Browse files Browse the repository at this point in the history
  • Loading branch information
03hoho03 committed May 12, 2024
1 parent c9a4d02 commit 13fa87b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/store/atoms/idea.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import { typeDatas } from '@/constants/idea'
import { atom } from 'jotai'

export const selectedIdeaTypeAtom = atom(typeDatas[0])

0 comments on commit 13fa87b

Please sign in to comment.