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:
parent
72691eb2dc
commit
7361151203
|
@ -1,4 +1,5 @@
|
||||||
export * from './actions';
|
export * from './actions';
|
||||||
|
export * from './actionTypes';
|
||||||
export * from './components';
|
export * from './components';
|
||||||
|
|
||||||
import './reducer';
|
import './reducer';
|
||||||
|
|
Loading…
Reference in New Issue