From 14e33c5c230b642785f8612295ccc71910acfe4d Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Wed, 4 Sep 2019 15:40:04 +0200 Subject: fix linting issues --- src/features/todos/components/TodosWebview.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/features/todos') diff --git a/src/features/todos/components/TodosWebview.js b/src/features/todos/components/TodosWebview.js index 9cf925444..9a50f7e8d 100644 --- a/src/features/todos/components/TodosWebview.js +++ b/src/features/todos/components/TodosWebview.js @@ -7,10 +7,9 @@ import { Icon } from '@meetfranz/ui'; import { defineMessages, intlShape } from 'react-intl'; import { mdiChevronRight, mdiCheckAll } from '@mdi/js'; -import { Button } from '@meetfranz/forms'; import * as environment from '../../../environment'; import Appear from '../../../components/ui/effects/Appear'; -import ActivateTrialButton from '../../../components/ui/activateTrialButton'; +import ActivateTrialButton from '../../../components/ui/ActivateTrialButton'; const OPEN_TODOS_BUTTON_SIZE = 45; const CLOSE_TODOS_BUTTON_SIZE = 35; -- cgit v1.2.3-54-g00ecf