Skip to content

Instantly share code, notes, and snippets.

@MeetMartin
Last active August 6, 2021 01:54
Show Gist options
  • Select an option

  • Save MeetMartin/21b65101da72f1b4ea84661ca6cd7f6e to your computer and use it in GitHub Desktop.

Select an option

Save MeetMartin/21b65101da72f1b4ea84661ca6cd7f6e to your computer and use it in GitHub Desktop.
// /src/store/types.js
const types = {
REQUEST_RANDOM_QUOTE: 'REQUEST_RANDOM_QUOTE',
RECEIVE_RANDOM_QUOTE: 'RECEIVE_RANDOM_QUOTE'
};
export default types;
@Oleksii909
Copy link
Copy Markdown

Seems here you have typo in path: /src/store/types.js

@MeetMartin
Copy link
Copy Markdown
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