Created
July 17, 2016 07:02
-
-
Save hectorlorenzo/ea3124c23c7cc2d06d4bdc7fa5992b85 to your computer and use it in GitHub Desktop.
Simple constants wrapper for Dashboard project
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 default function (namespace) { | |
return { | |
update: namespace + '.UPDATE', | |
ready: namespace + '.READY' | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment