Export Metadata from useProfile

This commit is contained in:
Tristan Edwards 2023-01-31 18:15:09 +00:00
parent 78eb302eaa
commit 01f2c3c4f9

View File

@ -5,7 +5,7 @@ import { useEffect, useState } from "react"
import { useNostrEvents } from "./core"
import { uniqValues } from "./utils"
interface Metadata {
export interface Metadata {
name?: string
username?: string
display_name?: string