Last active
September 10, 2018 15:12
-
-
Save sathinduga/aeff5daedaead58e11a7e5fec1937485 to your computer and use it in GitHub Desktop.
Action Types
This file contains 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 COUNTER_ADD = 'COUNTER_ADD'; | |
export const COUNTER_SUBTRACT = 'COUNTER_SUBTRACT'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment