Skip to content

Instantly share code, notes, and snippets.

@JaysonChiang
Created March 1, 2021 10:58
Show Gist options
  • Save JaysonChiang/fd531f0077f24719a28520f3e42c9973 to your computer and use it in GitHub Desktop.
Save JaysonChiang/fd531f0077f24719a28520f3e42c9973 to your computer and use it in GitHub Desktop.
const addCount = () => ({
type: "ADD_COUNT"
});
export default {
addCount
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment