// Hooks import { useAccount } from 'shared/hooks/use-account.mjs' // Components import Link from 'next/link' import { Mdx } from 'shared/components/mdx/dynamic.mjs' import { HeartIcon } from 'shared/components/icons.mjs' import { ModalWrapper } from 'shared/components/wrappers/modal.mjs' export const ns = ['account'] export const Avatar = ({ img, app = false }) => (