Skip to content

Commit

Permalink
Fix order of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Jul 8, 2020
1 parent 018d8d8 commit f3f27ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions assets/src/setup/pages/choose-reader-theme/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
import { __, sprintf } from '@wordpress/i18n';
import { useEffect, useContext, useMemo } from '@wordpress/element';

/**
* External dependencies
*/
import { AMP_QUERY_VAR, DEFAULT_AMP_QUERY_VAR, LEGACY_THEME_SLUG, AMP_QUERY_VAR_CUSTOMIZED_LATE } from 'amp-setup'; // From WP inline script.

/**
* Internal dependencies
*/
Expand All @@ -13,11 +18,6 @@ import { Options } from '../../components/options-context-provider';
import { ReaderThemes } from '../../components/reader-themes-context-provider';
import { ThemeCard } from './theme-card';

/**
* External Dependencies.
*/
import { AMP_QUERY_VAR, DEFAULT_AMP_QUERY_VAR, LEGACY_THEME_SLUG, AMP_QUERY_VAR_CUSTOMIZED_LATE } from 'amp-setup'; // From WP inline script.

/**
* Screen for choosing the Reader theme.
*/
Expand Down

0 comments on commit f3f27ad

Please sign in to comment.