Last active
August 6, 2021 01:54
-
-
Save MeetMartin/21b65101da72f1b4ea84661ca6cd7f6e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| // /src/store/types.js | |
| const types = { | |
| REQUEST_RANDOM_QUOTE: 'REQUEST_RANDOM_QUOTE', | |
| RECEIVE_RANDOM_QUOTE: 'RECEIVE_RANDOM_QUOTE' | |
| }; | |
| export default types; |
Author
Seems here you have typo in path:
/src/store/types.js
fixed! thank you for catching that
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems here you have typo in path:
/src/store/types.js