Simplify import

This commit is contained in:
Franck Royer 2022-05-26 14:51:01 +10:00
parent 4c640e0f93
commit f7613febed
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import { WakuMessage as WakuMessageProto } from "../../proto/waku/v2/message";
import { getPeersForProtocol, selectRandomPeer } from "../select_peer";
import { hexToBytes } from "../utils";
import { DefaultPubSubTopic } from "../waku";
import { DecryptionMethod, WakuMessage } from "../waku_message/index";
import { DecryptionMethod, WakuMessage } from "../waku_message";
import { ContentFilter, FilterRPC } from "./filter_rpc";