import PropTypes from 'prop-types'; import { FormattedMessage } from 'react-intl'; import { IconLogo } from 'mastodon/components/logo'; import { AuthorLink } from 'mastodon/features/explore/components/author_link'; export const MoreFromAuthor = ({ accountId }) => (
}} />
); MoreFromAuthor.propTypes = { accountId: PropTypes.string.isRequired, };