Skip to content

Commit

Permalink
[#32] textarea recoil value
Browse files Browse the repository at this point in the history
  • Loading branch information
03hoho03 committed Apr 7, 2024
1 parent 3c8e654 commit 25fcd7e
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions app/_store/ibulsin/textarea.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
import { atom } from 'recoil'

export const outlineTextareaAtom = atom({
key: 'outlineTextareaAtom',
default: '',
})

export const whyTextareaAtom = atom({
key: 'whyTextareaAtom',
default: '',
})

export const marketResponseTextareaAtom = atom({
key: 'marketResponseTextareaAtom',
default: '',
})

export const XYZTextareaAtom = atom({
key: 'XYZTextareaAtom',
default: '',
})

export const xyzTextareaAtom = atom({
key: 'xyzTextareaAtom',
default: '',
})

export const pretotypingTextareaAtom = atom({
key: 'pretotypingTextareaAtom',
default: '',
})

0 comments on commit 25fcd7e

Please sign in to comment.