Skip to content

Commit

Permalink
chore: fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
danisharora099 committed Sep 12, 2024
1 parent 73e350a commit 5c3c165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 5c3c165

Please sign in to comment.