Files
jitsi-meet/react/features/base/dialog/index.js
Saúl Ibarra Corretgé 7361151203 feat(dialog): add missing export for actionTypes
The full-screen module uses the HIDE_DIALOG action to re-engage the full-screen
mode.
2017-07-18 13:35:24 +02:00

6 lines
109 B
JavaScript

export * from './actions';
export * from './actionTypes';
export * from './components';
import './reducer';