Lyubo Marinov 9c47a7e972 Add Dialog utilities
In order to accommodate the requirements of the work on supporting XMPP
authentication on mobile/react-native, make dealing with Dialog a
little more generic and a little easier.
2017-09-18 16:00:00 -05:00

7 lines
138 B
JavaScript

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