alertActions.tsx 133 B

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