feat(dialog): add missing export for actionTypes

The full-screen module uses the HIDE_DIALOG action to re-engage the full-screen
mode.
This commit is contained in:
Saúl Ibarra Corretgé 2017-07-18 13:35:24 +02:00
parent 72691eb2dc
commit 7361151203
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
export * from './actions'; export * from './actions';
export * from './actionTypes';
export * from './components'; export * from './components';
import './reducer'; import './reducer';