Created
July 6, 2020 18:27
-
-
Save quisido/aae329d3a5ea5464d19b194cdeb2bbc3 to your computer and use it in GitHub Desktop.
new Capsule
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
// Create a capsule by giving it an initial value. | |
import Capsule from 'react-capsule'; | |
export default new Capsule('my initial value'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment