Files
codecrumbs/example-project/src-client/auth/index.js
2019-01-26 17:19:19 +01:00

9 lines
232 B
JavaScript

import * as authActions from './actions';
export { authActions };
export * from './action-types';
export { initAuth } from './auth';
export { authReducer } from './reducer';
export { getAuth, isAuthenticated } from './selectors';