mirror of https://github.com/status-im/js-waku.git
chore: fix import
This commit is contained in:
parent
5557f52d42
commit
55ed6e3765
|
@ -1,10 +1,10 @@
|
|||
import { IMetaSetter } from "@waku/interfaces";
|
||||
import type {
|
||||
EncoderOptions,
|
||||
IDecodedMessage,
|
||||
IDecoder,
|
||||
IEncoder,
|
||||
IMessage,
|
||||
IMetaSetter,
|
||||
IProtoMessage,
|
||||
IRateLimitProof,
|
||||
} from "@waku/interfaces";
|
||||
|
|
Loading…
Reference in New Issue