Created
April 25, 2017 00:27
-
-
Save DanCassiano/204a7b4de8e8025e78d0c80aace8442c 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
export const TRY_SUBMIT = 'TRY_SUBMIT'; | |
export const SUBMIT_SUCCESS = 'SUBMIT_SUCCESS'; | |
export const SUBMIT_FAILURE = 'SUBMIT_FAILURE'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment