update composer modal

This commit is contained in:
Ren Amamiya
2023-05-09 19:44:47 +07:00
parent 93439abe33
commit ae5ff0c48f
5 changed files with 60 additions and 11 deletions

3
src/stores/composer.tsx Normal file
View File

@@ -0,0 +1,3 @@
import { atomWithReset } from 'jotai/utils';
export const composerAtom = atomWithReset({ type: 'post', content: '' });