aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/planSelection/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/planSelection/index.js')
-rw-r--r--src/features/planSelection/index.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/features/planSelection/index.js b/src/features/planSelection/index.js
index 81189207a..890be8871 100644
--- a/src/features/planSelection/index.js
+++ b/src/features/planSelection/index.js
@@ -3,8 +3,6 @@ import PlanSelectionStore from './store';
3 3
4const debug = require('debug')('Franz:feature:planSelection'); 4const debug = require('debug')('Franz:feature:planSelection');
5 5
6export const GA_CATEGORY_PLAN_SELECTION = 'planSelection';
7
8export const planSelectionStore = new PlanSelectionStore(); 6export const planSelectionStore = new PlanSelectionStore();
9 7
10export default function initPlanSelection(stores, actions) { 8export default function initPlanSelection(stores, actions) {