aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/planSelection/actions.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/planSelection/actions.js')
-rw-r--r--src/features/planSelection/actions.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/features/planSelection/actions.js b/src/features/planSelection/actions.js
new file mode 100644
index 000000000..83f58bfd7
--- /dev/null
+++ b/src/features/planSelection/actions.js
@@ -0,0 +1,9 @@
1import PropTypes from 'prop-types';
2import { createActionsFromDefinitions } from '../../actions/lib/actions';
3
4export const planSelectionActions = createActionsFromDefinitions({
5 downgradeAccount: {},
6 hideOverlay: {},
7}, PropTypes.checkPropTypes);
8
9export default planSelectionActions;