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.
7 lines
138 B
JavaScript
7 lines
138 B
JavaScript
export * from './actions';
|
|
export * from './actionTypes';
|
|
export * from './components';
|
|
export * from './functions';
|
|
|
|
import './reducer';
|