diff options
Diffstat (limited to 'src/components/dms/BlockedByListDialog.tsx')
-rw-r--r-- | src/components/dms/BlockedByListDialog.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/dms/BlockedByListDialog.tsx b/src/components/dms/BlockedByListDialog.tsx index b786e3681..2a83ea8c0 100644 --- a/src/components/dms/BlockedByListDialog.tsx +++ b/src/components/dms/BlockedByListDialog.tsx @@ -4,7 +4,7 @@ import {ModerationCause} from '@atproto/api' import {msg} from '@lingui/macro' import {useLingui} from '@lingui/react' -import {listUriToHref} from 'lib/strings/url-helpers' +import {listUriToHref} from '#/lib/strings/url-helpers' import {atoms as a, useTheme} from '#/alf' import * as Dialog from '#/components/Dialog' import {DialogControlProps} from '#/components/Dialog' |