Przeglądaj źródła

fix import/export adapter

afrokick 5 lat temu
rodzic
commit
7a55281e17
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      lib/adapter.ts

+ 2 - 2
lib/adapter.ts

@@ -1,3 +1,3 @@
-export {webRTCAdapter} from "webrtc-adapter";
+import webRTCAdapter from "webrtc-adapter";
 
-// export { webRTCAdapter };
+export { webRTCAdapter };