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,4 +1,4 @@
import type { PlainText } from '@/core/parseTextNote';
import type { PlainText } from '@/nostr/parseTextNote';
export type PlainTextDisplayProps = {
plainText: PlainText;