mirror of https://github.com/status-im/js-waku.git
chore: fix export of crypto submodule (#1849)
This commit is contained in:
parent
275499c315
commit
90fc9a3e94
|
@ -10,4 +10,4 @@ export type { DecodedMessage };
|
|||
|
||||
export * as ecies from "./ecies.js";
|
||||
export * as symmetric from "./symmetric.js";
|
||||
export * as crypto from "./crypto";
|
||||
export * as crypto from "./crypto/index.js";
|
||||
|
|
Loading…
Reference in New Issue