Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Nov 13, 2024
1 parent 9a4c3cc commit f175dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/interface/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import type { Connection, NewStreamOptions, Stream } from './connection/index.js'
import type { ContentRouting } from './content-routing/index.js'
import type { TypedEventTarget } from './event-target.js'
import type { Ed25519PublicKey, PrivateKey, PublicKey, RSAPublicKey, Secp256k1PublicKey } from './keys/index.js'
import type { Ed25519PublicKey, PublicKey, RSAPublicKey, Secp256k1PublicKey } from './keys/index.js'
import type { Metrics } from './metrics/index.js'
import type { Ed25519PeerId, PeerId, RSAPeerId, Secp256k1PeerId, URLPeerId } from './peer-id/index.js'
import type { PeerInfo } from './peer-info/index.js'
Expand Down

0 comments on commit f175dbe

Please sign in to comment.