Explorar o código

fix import/export adapter

afrokick %!s(int64=5) %!d(string=hai) anos
pai
achega
7a55281e17
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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 };