mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
fix(lint): import order
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { Component, Event, EventEmitter, Method } from '@stencil/core';
|
||||
import { BlockerDelegate, GestureDelegate } from './gesture-controller-utils';
|
||||
import { BlockerConfig, GestureConfig } from '../../interface';
|
||||
import { BlockerDelegate, GestureDelegate } from './gesture-controller-utils';
|
||||
|
||||
|
||||
@Component({
|
||||
|
||||
Reference in New Issue
Block a user