mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
refactor(many): use utils import (#27160)
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
import { readTask, writeTask } from '@stencil/core';
|
||||
|
||||
import { clamp } from '../../utils/helpers';
|
||||
import { clamp } from '@utils/helpers';
|
||||
|
||||
const TRANSITION = 'all 0.2s ease-in-out';
|
||||
|
||||
|
Reference in New Issue
Block a user