Skip to content

Commit

Permalink
use type import
Browse files Browse the repository at this point in the history
  • Loading branch information
danisharora099 committed Sep 15, 2023
1 parent 59be532 commit 0b4d5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/web-chat/src/utils.ts
Original file line number Diff line number Diff line change
@@ -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<Peer[]>
Expand Down

0 comments on commit 0b4d5c6

Please sign in to comment.