From eee0d884d60c3bdac508c8da7116f70f1d8cb448 Mon Sep 17 00:00:00 2001 From: bbaldino Date: Thu, 26 Aug 2021 09:55:48 -0700 Subject: [PATCH] fix: fix import path (#27) --- src/peer-connection-utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/peer-connection-utils.ts b/src/peer-connection-utils.ts index c6cbab0..2a99ad4 100644 --- a/src/peer-connection-utils.ts +++ b/src/peer-connection-utils.ts @@ -1,4 +1,4 @@ -import { PeerConnection } from 'peer-connection'; +import { PeerConnection } from './peer-connection'; /** * Wait until the given peer connection has finished gathering ICE candidates and, when it has,