*Use js suffix

This commit is contained in:
Derrick Hammer 2022-07-25 21:58:44 -04:00
parent 33fc4e9190
commit bce3f6d175
1 changed files with 1 additions and 1 deletions

View File

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