Browse Source

feat(DialInInfo): fix webpack warning

master
Saúl Ibarra Corretgé 6 years ago
parent
commit
fc75adc6ff
1 changed files with 3 additions and 1 deletions
  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 View File

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

Loading…
Cancel
Save