瀏覽代碼

feat(DialInInfo): fix webpack warning

j8
Saúl Ibarra Corretgé 6 年之前
父節點
當前提交
fc75adc6ff
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. 3
    1
      react/features/invite/components/dial-in-info-page/index.js

+ 3
- 1
react/features/invite/components/dial-in-info-page/index.js 查看文件

@@ -1 +1,3 @@
1
-export { default as DialInInfoApp } from './DialInInfoApp';
1
+// We need the import for its side effects alone.
2
+
3
+import './DialInInfoApp';

Loading…
取消
儲存