refactor: post editor
This commit is contained in:
parent
3d06421acb
commit
78725d1e88
31 changed files with 1603 additions and 766 deletions
|
|
@ -3,6 +3,7 @@ import { Event, VerifiedEvent } from 'nostr-tools'
|
|||
export type TProfile = {
|
||||
username: string
|
||||
pubkey: string
|
||||
npub: string
|
||||
original_username?: string
|
||||
banner?: string
|
||||
avatar?: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue