This commit is contained in:
ennmichael
2023-02-14 14:35:12 +01:00
parent 527bf56fad
commit ba01423110
24 changed files with 869 additions and 2205 deletions

View File

@ -4,7 +4,7 @@ import { FormattedMessage } from "react-intl";
import { dedupeByPubkey } from "Util";
import Note from "Element/Note";
import { HexKey, TaggedRawEvent } from "Nostr";
import { HexKey, TaggedRawEvent } from "@snort/nostr";
import { useUserProfiles } from "Feed/ProfileFeed";
import { RootState } from "State/Store";