mirror of https://github.com/status-im/js-waku.git
fix: do not export waitForRemotePeer from index
It is already present in the exports map.
This commit is contained in:
parent
4740eabb5f
commit
282a7f256f
|
@ -10,8 +10,6 @@ export * as enr from "./lib/enr";
|
|||
|
||||
export * as utils from "./lib/utils";
|
||||
|
||||
export { waitForRemotePeer } from "./lib/wait_for_remote_peer";
|
||||
|
||||
export * as proto_message from "./proto/message";
|
||||
|
||||
export * as waku from "./lib/waku";
|
||||
|
|
Loading…
Reference in New Issue