This commit is contained in:
Shusui MOYATANI
2023-04-29 00:22:03 +09:00
parent 7ee7c9ec45
commit 5474c85ace
28 changed files with 204 additions and 78 deletions

View File

@@ -1,7 +1,7 @@
import GeneralUserMentionDisplay from '@/components/textNote/GeneralUserMentionDisplay';
import useModalState from '@/hooks/useModalState';
import type { MentionedUser } from '@/core/parseTextNote';
import type { MentionedUser } from '@/nostr/parseTextNote';
export type MentionedUserDisplayProps = {
pubkey: string;