*Update exports
This commit is contained in:
parent
e0d836f2ff
commit
5a4fa59650
|
@ -1,3 +1,6 @@
|
||||||
export * from "./rpcNetwork.js";
|
import RpcNetwork from "./rpcNetwork.js";
|
||||||
export * from "./rpcQuery.js";
|
import RpcQuery from "./rpcNetwork.js";
|
||||||
|
|
||||||
export * from "./types";
|
export * from "./types";
|
||||||
|
|
||||||
|
export { RpcNetwork, RpcQuery };
|
||||||
|
|
Loading…
Reference in New Issue