perf: improve loading speed (#116)
This commit is contained in:
parent
6f91c200a9
commit
d5f46690c4
16 changed files with 705 additions and 514 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { randomString } from '@/lib/random'
|
||||
import { isWebsocketUrl, normalizeUrl } from '@/lib/url'
|
||||
import storage from '@/services/storage.service'
|
||||
import storage from '@/services/local-storage.service'
|
||||
import { TRelaySet } from '@/types'
|
||||
import { createContext, useContext, useEffect, useState } from 'react'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue