diff --git a/src/components/ellipsis/ellipsis.tsx b/src/components/ellipsis/ellipsis.tsx index 4d84eedda5..3de581afaa 100644 --- a/src/components/ellipsis/ellipsis.tsx +++ b/src/components/ellipsis/ellipsis.tsx @@ -6,7 +6,7 @@ import { useIsomorphicLayoutEffect } from 'ahooks' import { PropagationEvent, withStopPropagation, -} from 'antd-mobile/src/utils/with-stop-propagation' +} from '../../utils/with-stop-propagation' const classPrefix = `adm-ellipsis`