N.Achyuth Reddy
Upload 683 files
9705b6c
import { atom } from 'recoil';
const text = atom<string>({
key: 'text',
default: '',
});
export default { text };