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');