Skip to content

Commit

Permalink
fix: import path
Browse files Browse the repository at this point in the history
  • Loading branch information
awmleer committed Jan 11, 2022
1 parent 0b514f2 commit 692b41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/popover/popover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { NativeProps } from '../../utils/native-props'
import {
PropagationEvent,
withStopPropagation,
} from 'antd-mobile/src/utils/with-stop-propagation'
} from '../../utils/with-stop-propagation'

const classPrefix = `adm-popover`
const enterClassName = 'entering'
Expand Down

0 comments on commit 692b41e

Please sign in to comment.