Skip to content

Commit

Permalink
Alphabetize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Aug 9, 2018
1 parent 3ef855a commit cbc9ee0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/my-sites/checklist/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ import { localize } from 'i18n-calypso';
*/
import ChecklistShow from './checklist-show';
import ChecklistShowShare from './share';
import { isEnabled } from 'config';
import DocumentHead from 'components/data/document-head';
import EmptyContent from 'components/empty-content';
import FormattedHeader from 'components/formatted-header';
import isSiteAutomatedTransfer from 'state/selectors/is-site-automated-transfer';
import isSiteOnFreePlan from 'state/selectors/is-site-on-free-plan';
import Main from 'components/main';
import PageViewTracker from 'lib/analytics/page-view-tracker';
import QuerySiteChecklist from 'components/data/query-site-checklist';
import SidebarNavigation from 'my-sites/sidebar-navigation';
import { getCurrentUser } from 'state/current-user/selectors';
import { getSelectedSiteId } from 'state/ui/selectors';
import { isJetpackSite, isNewSite, getSiteSlug } from 'state/sites/selectors';
import isSiteOnFreePlan from 'state/selectors/is-site-on-free-plan';
import { getSiteSlug, isJetpackSite, isNewSite } from 'state/sites/selectors';
import { isEnabled } from 'config';

class ChecklistMain extends PureComponent {
componentDidMount() {
Expand Down

0 comments on commit cbc9ee0

Please sign in to comment.