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, 0 insertions, 9 deletions
diff --git a/src/features/planSelection/actions.js b/src/features/planSelection/actions.js
deleted file mode 100644
index 83f58bfd7..000000000
--- a/src/features/planSelection/actions.js
+++ /dev/null
@@ -1,9 +0,0 @@
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;