diff --git a/examples/web-chat/src/utils.ts b/examples/web-chat/src/utils.ts index 3a3eef2..7254dc6 100644 --- a/examples/web-chat/src/utils.ts +++ b/examples/web-chat/src/utils.ts @@ -1,5 +1,5 @@ import type { Peer } from "@libp2p/interface-peer-store"; -import { IFilter, ILightPush, IStore } from "@waku/interfaces"; +import type { IFilter, ILightPush, IStore } from "@waku/interfaces"; export async function handleCatch( promise?: Promise