Skip to content

Instantly share code, notes, and snippets.

@mattiamanzati
Created September 26, 2015 20:11
Show Gist options
  • Save mattiamanzati/d19c2fc12d4bfd286fa6 to your computer and use it in GitHub Desktop.
Save mattiamanzati/d19c2fc12d4bfd286fa6 to your computer and use it in GitHub Desktop.
// constants.js
module.exports = {
AUTH_SET_TOKEN: 'auth/SET_TOKEN',
AUTH_DISCARD_TOKEN: 'auth/DISCARD_TOKEN',
AUTH_SET_USER: 'auth/SET_USER'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment