mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
refactor(many): use utils import (#27160)
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
import type { ComponentInterface, EventEmitter } from '@stencil/core';
|
||||
import { Component, Element, Event, Listen, Method, Prop } from '@stencil/core';
|
||||
import { debounce } from '@utils/helpers';
|
||||
|
||||
import type { AnimationBuilder, BackButtonEvent } from '../../interface';
|
||||
import { debounce } from '../../utils/helpers';
|
||||
import type { NavigationHookResult } from '../route/route-interface';
|
||||
|
||||
import { ROUTER_INTENT_BACK, ROUTER_INTENT_FORWARD, ROUTER_INTENT_NONE } from './utils/constants';
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
import { componentOnReady } from '@utils/helpers';
|
||||
|
||||
import type { AnimationBuilder } from '../../../interface';
|
||||
import { componentOnReady } from '../../../utils/helpers';
|
||||
|
||||
import { ROUTER_INTENT_NONE } from './constants';
|
||||
import type { NavOutletElement, RouteChain, RouteID, RouterDirection } from './interface';
|
||||
|
||||
Reference in New Issue
Block a user