diff --git a/src/index.ts b/src/index.ts index efe0f0e..879b685 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,4 @@ -import Peer from "peerjs"; +import { Peer } from "peerjs"; import type { PeerJSOption } from "peerjs"; import { sign, hash } from "tweetnacl"; import { decodeUTF8, encodeBase64 } from "tweetnacl-util";