feat(DialInInfo): fix webpack warning

This commit is contained in:
Saúl Ibarra Corretgé 2018-12-27 16:59:50 +01:00 committed by Saúl Ibarra Corretgé
parent 3c4907ee0a
commit fc75adc6ff
1 changed files with 3 additions and 1 deletions

View File

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