import { Image } from '@shared/image'; import { useProfile } from '@utils/hooks/useProfile'; export function ComposerUser({ pubkey }: { pubkey: string }) { const { user } = useProfile(pubkey); return (