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, 1 insertions, 1 deletions
diff --git a/src/features/planSelection/index.js b/src/features/planSelection/index.js
index 890be8871..b96ad6d8f 100644
--- a/src/features/planSelection/index.js
+++ b/src/features/planSelection/index.js
@@ -1,7 +1,7 @@
1import { reaction } from 'mobx'; 1import { reaction } from 'mobx';
2import PlanSelectionStore from './store'; 2import PlanSelectionStore from './store';
3 3
4const debug = require('debug')('Franz:feature:planSelection'); 4const debug = require('debug')('Ferdi:feature:planSelection');
5 5
6export const planSelectionStore = new PlanSelectionStore(); 6export const planSelectionStore = new PlanSelectionStore();
7 7