fix(lint): import order

This commit is contained in:
Manu Mtz.-Almeida
2018-04-26 20:18:57 +02:00
parent bf17a01f36
commit 8b1452c5c1
34 changed files with 45 additions and 42 deletions

View File

@ -1,7 +1,7 @@
import { Component, Prop } from '@stencil/core';
import { createThemedClasses } from '../../utils/theme';
import { Mode } from '../../interface';
import { createThemedClasses } from '../../utils/theme';
@Component({
tag: 'ion-card-header',