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,6 +1,6 @@
import { Component, Element, Prop } from '@stencil/core';
import { createThemedClasses, getElementClassMap } from '../../utils/theme';
import { CssClassMap, Mode } from '../../interface';
import { createThemedClasses, getElementClassMap } from '../../utils/theme';
@Component({