code refactoring

This commit is contained in:
2023-07-31 16:28:58 +02:00
parent b5731759b0
commit c0a424410e
18 changed files with 222 additions and 251 deletions

View File

@@ -5,7 +5,6 @@ export const useRPC = () => {
const client = useRecoilValue(rpcClientState)
return {
client,
socket$: client.socket$
client
}
}