This commit is contained in:
Alejandro Gomez
2023-02-12 22:26:43 +01:00
committed by Kieran
parent cca7c24770
commit 728472d7bc
2 changed files with 21 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import Avatar from "Element/Avatar";
import Nip05 from "Element/Nip05";
import { HexKey } from "@snort/nostr";
import { MetadataCache } from "State/Users";
import useClientWidth from "Hooks/useClientWidth";
import usePageWidth from "Hooks/usePageWidth";
export interface ProfileImageProps {
pubkey: HexKey;