import {createActions} from 'reflux'; const TagActions = createActions(['loadTagsError', 'loadTagsSuccess']); export default TagActions;