Skip to content

Commit

Permalink
reimplemented vc logic from scratch, Should hopefully be more stable 🤞
Browse files Browse the repository at this point in the history
  • Loading branch information
SupertigerDev committed Oct 17, 2024
1 parent 552e748 commit ad4aec2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/components/LazySimplePeer.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

const { default: LazySimplePeer } = await import("@thaunknown/simple-peer");

export default LazySimplePeer;
// const { default: LazySimplePeer } = await import("@thaunknown/simple-peer");
import LazySimplePeer from "@thaunknown/simple-peer";
export default LazySimplePeer;

0 comments on commit ad4aec2

Please sign in to comment.