diff --git a/app/javascript/mastodon/features/directory/components/account_card.tsx b/app/javascript/mastodon/features/directory/components/account_card.tsx index b0bc28c12..495d89d52 100644 --- a/app/javascript/mastodon/features/directory/components/account_card.tsx +++ b/app/javascript/mastodon/features/directory/components/account_card.tsx @@ -4,7 +4,7 @@ import { useCallback } from 'react'; import { FormattedMessage, defineMessages, useIntl } from 'react-intl'; import classNames from 'classnames'; -import Permalink from 'mastodon/components/permalink'; +import { Permalink } from 'mastodon/components/permalink'; import { followAccount, diff --git a/app/javascript/mastodon/features/status/components/detailed_status.tsx b/app/javascript/mastodon/features/status/components/detailed_status.tsx index 680a8c2a1..5c96e6de9 100644 --- a/app/javascript/mastodon/features/status/components/detailed_status.tsx +++ b/app/javascript/mastodon/features/status/components/detailed_status.tsx @@ -19,7 +19,7 @@ import type { StatusLike } from 'mastodon/components/hashtag_bar'; import { getHashtagBarForStatus } from 'mastodon/components/hashtag_bar'; import { Icon } from 'mastodon/components/icon'; import { IconLogo } from 'mastodon/components/logo'; -import Permalink from 'mastodon/components/permalink'; +import { Permalink } from 'mastodon/components/permalink'; import PictureInPicturePlaceholder from 'mastodon/components/picture_in_picture_placeholder'; import { VisibilityIcon } from 'mastodon/components/visibility_icon';