Ver Fonte

fix import/export adapter

afrokick há 5 anos atrás
pai
commit
7a55281e17
1 ficheiros alterados com 2 adições e 2 exclusões
  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 };