tagActions.tsx 137 B

12345
  1. import Reflux from 'reflux';
  2. const TagActions = Reflux.createActions(['loadTagsError', 'loadTagsSuccess']);
  3. export default TagActions;