From 102dc65cfec21d79542ff6b01a3ead121505251f Mon Sep 17 00:00:00 2001 From: vantezzen Date: Thu, 24 Oct 2019 15:19:10 +0200 Subject: Fix lint --- src/features/planSelection/containers/PlanSelectionScreen.js | 2 +- src/features/planSelection/index.js | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'src/features/planSelection') diff --git a/src/features/planSelection/containers/PlanSelectionScreen.js b/src/features/planSelection/containers/PlanSelectionScreen.js index d04668279..d202c924e 100644 --- a/src/features/planSelection/containers/PlanSelectionScreen.js +++ b/src/features/planSelection/containers/PlanSelectionScreen.js @@ -8,7 +8,7 @@ import FeaturesStore from '../../../stores/FeaturesStore'; import UserStore from '../../../stores/UserStore'; import PlanSelection from '../components/PlanSelection'; import ErrorBoundary from '../../../components/util/ErrorBoundary'; -import { planSelectionStore, GA_CATEGORY_PLAN_SELECTION } from '..'; +import { planSelectionStore } from '..'; const { dialog, app } = remote; 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'; const debug = require('debug')('Franz:feature:planSelection'); -export const GA_CATEGORY_PLAN_SELECTION = 'planSelection'; - export const planSelectionStore = new PlanSelectionStore(); export default function initPlanSelection(stores, actions) { -- cgit v1.2.3-70-g09d2