mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
chore(): fix lint issue
This commit is contained in:
@ -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';
|
||||
|
||||
|
Reference in New Issue
Block a user