From a61ce9c6902086c658ab3f4b41e60051704be103 Mon Sep 17 00:00:00 2001 From: Rish Date: Fri, 1 May 2020 20:58:29 +0530 Subject: [PATCH] Fixed lint --- ghost/portal/src/components/pages/AccountPlanPage.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/ghost/portal/src/components/pages/AccountPlanPage.js b/ghost/portal/src/components/pages/AccountPlanPage.js index 85bac23898..b0e63d56b2 100644 --- a/ghost/portal/src/components/pages/AccountPlanPage.js +++ b/ghost/portal/src/components/pages/AccountPlanPage.js @@ -1,9 +1,6 @@ import {ParentContext} from '../ParentContext'; -import MemberAvatar from '../common/MemberGravatar'; import ActionButton from '../common/ActionButton'; -import InputField from '../common/InputField'; import PlansSection from '../common/PlansSection'; -import Switch from '../common/Switch'; const React = require('react');