Created
February 17, 2018 15:25
-
-
Save DZuz14/b65ff03f3c195e073a6add4f8a1c28cd to your computer and use it in GitHub Desktop.
Action Creator
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
function login() { | |
return { | |
type: "login" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment