import { DEFAULT_AVATAR } from '@stores/constants'; import { useProfileMetadata } from '@utils/hooks/useProfileMetadata'; import { shortenKey } from '@utils/shortenKey'; export const UserFollow = ({ pubkey }: { pubkey: string }) => { const profile = useProfileMetadata(pubkey); return (