*Update exports

This commit is contained in:
Derrick Hammer 2022-06-27 15:55:37 -04:00
parent e0d836f2ff
commit 5a4fa59650
1 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
export * from "./rpcNetwork.js";
export * from "./rpcQuery.js";
import RpcNetwork from "./rpcNetwork.js";
import RpcQuery from "./rpcNetwork.js";
export * from "./types";
export { RpcNetwork, RpcQuery };