Skip to content

Instantly share code, notes, and snippets.

@tribou
Created July 7, 2015 02:05
Show Gist options
  • Save tribou/d90401fdcd2da3d2e6b1 to your computer and use it in GitHub Desktop.
Save tribou/d90401fdcd2da3d2e6b1 to your computer and use it in GitHub Desktop.
// Todo constants
module.exports = {
NEW_ITEM: 'NEW_ITEM',
SAVE_ITEM: 'SAVE_ITEM',
REMOVE_ITEM: 'REMOVE_ITEM',
GET_RANDOM: 'GET_RANDOM',
GET_RANDOM_RESPONSE: 'GET_RANDOM_RESPONSE'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment