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