aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/planSelection/actions.js
blob: 83f58bfd7070cd653293ec6d832373102284520c (plain) (blame)
1
2
3
4
5
6
7
8
9
import PropTypes from 'prop-types';
import { createActionsFromDefinitions } from '../../actions/lib/actions';

export const planSelectionActions = createActionsFromDefinitions({
  downgradeAccount: {},
  hideOverlay: {},
}, PropTypes.checkPropTypes);

export default planSelectionActions;