chore(): fix lint issue

This commit is contained in:
Manu Mtz.-Almeida
2018-10-08 10:29:54 -05:00
parent a87a8738ed
commit 6b88e4c52b

View File

@ -1,6 +1,6 @@
import { Component, ComponentInterface, Element, Event, EventEmitter, Method, Prop, State, Watch } from '@stencil/core';
import { Config, Color, Mode, TextInputChangeEvent } from '../../interface';
import { Color, Config, Mode, TextInputChangeEvent } from '../../interface';
import { debounceEvent } from '../../utils/helpers';
import { createColorClasses } from '../../utils/theme';