alertActions.tsx 131 B

12345
  1. import Reflux from 'reflux';
  2. const AlertActions = Reflux.createActions(['addAlert', 'closeAlert']);
  3. export default AlertActions;