Skip to content

Commit

Permalink
fix: web-chat-x-vue build error
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohaodu committed Jun 1, 2024
1 parent 7f72f96 commit 9497c52
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/web-chat-x-vue/src/classes/Libp2pManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@ import { webSockets } from "@libp2p/websockets";
import { circuitRelayTransport } from "@libp2p/circuit-relay-v2";
import { echo } from "@libp2p/echo";
import * as filters from "@libp2p/websockets/filters";
import {
PeerId,
PeerStore,
PubSub,
SignedMessage,
Stream,
} from "@libp2p/interface";
import { PeerId, PeerStore, PubSub, SignedMessage } from "@libp2p/interface";
import { Multiaddr, multiaddr } from "@multiformats/multiaddr";
import { GossipsubEvents, gossipsub } from "@chainsafe/libp2p-gossipsub";
import ChatUser from "./ChatUser";
Expand Down

0 comments on commit 9497c52

Please sign in to comment.