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

8 lines
212 B
JavaScript

import * as notificationActions from './actions';
export { notificationActions };
export * from './action-types';
export { notificationReducer } from './reducer';
export { getNotification } from './selectors';