Skip to content

Commit

Permalink
Fix import ordering in amp-access-scroll (ampproject#13265)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsimha authored and protonate committed Mar 15, 2018
1 parent ce10a98 commit a7acb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/amp-access-scroll/0.1/scroll-impl.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* limitations under the License.
*/

import {CSS} from '../../../build/amp-access-scroll-0.1.css';
import {AccessClientAdapter} from '../../amp-access/0.1/amp-access-client';
import {CSS} from '../../../build/amp-access-scroll-0.1.css';
import {installStylesForDoc} from '../../../src/style-installer';

const TAG = 'amp-access-scroll-elt';
Expand Down

0 comments on commit a7acb45

Please sign in to comment.