From 5c3c165af5a29f13cc690687dc2e6b35bbe8d1d1 Mon Sep 17 00:00:00 2001 From: Danish Arora Date: Thu, 12 Sep 2024 14:28:49 +0530 Subject: [PATCH] chore: fix imports --- packages/sdk/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sdk/src/index.ts b/packages/sdk/src/index.ts index 5e51605573..c2e5cfa370 100644 --- a/packages/sdk/src/index.ts +++ b/packages/sdk/src/index.ts @@ -14,7 +14,7 @@ export { defaultLibp2p, createLibp2pAndUpdateOptions } from "./create/index.js"; -export { wakuLightPush } from "./protocols/light_push.js"; +export { wakuLightPush } from "./protocols/sender/lightpush/index.js"; export { wakuFilter } from "./protocols/receiver/filter/index.js"; export { wakuStore } from "./protocols/receiver/store/index.js";