Created
November 3, 2015 19:14
-
-
Save lesniakania/5543e132d350b61c3d53 to your computer and use it in GitHub Desktop.
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 default { | |
PERFORM_RATING: 'PERFORM_RATING', | |
RATING_PERFORMED: 'RATING_PERFORMED', | |
REQUEST_SUBMISSIONS_LIST: 'REQUEST_SUBMISSIONS_LIST', | |
RECEIVE_SUBMISSIONS_LIST: 'RECEIVE_SUBMISSIONS_LIST', | |
REQUEST_SUBMISSION: 'REQUEST_SUBMISSION', | |
RECEIVE_SUBMISSION: 'RECEIVE_SUBMISSION' | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment