feat: add mailbox configuration
This commit is contained in:
parent
9de3d4ed5b
commit
0f8a5403cd
20 changed files with 525 additions and 62 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import client from '@/services/client.service'
|
||||
import { TRelayList } from '@/types'
|
||||
import { useEffect, useState } from 'react'
|
||||
import client from '@/services/client.service'
|
||||
|
||||
export function useFetchRelayList(pubkey?: string | null) {
|
||||
const [relayList, setRelayList] = useState<TRelayList>({ write: [], read: [] })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue