Skip to content

Instantly share code, notes, and snippets.

@DZuz14
Created February 17, 2018 15:25
Show Gist options
  • Save DZuz14/b65ff03f3c195e073a6add4f8a1c28cd to your computer and use it in GitHub Desktop.
Save DZuz14/b65ff03f3c195e073a6add4f8a1c28cd to your computer and use it in GitHub Desktop.
Action Creator
function login() {
return {
type: "login"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment