codecrumbs/example-project/src-client/auth/index.js

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';