浏览代码

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
-export { default as DialInInfoApp } from './DialInInfoApp';
1
+// We need the import for its side effects alone.
2
+
3
+import './DialInInfoApp';

正在加载...
取消
保存