Created
July 14, 2020 04:08
-
-
Save tcaer/2c0bb10f5ca3a8d456b722db8e9ed77b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { atom } from 'recoil'; | |
export const someTextState = atom({ | |
key: 'someTextState', | |
default: '' | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment