2016-06-23 20:05:30 -07:00
|
|
|
import fetchUserSaga from './fetch-user-saga';
|
|
|
|
|
2016-01-27 11:34:44 -08:00
|
|
|
export { default as reducer } from './reducer';
|
2016-06-23 20:05:30 -07:00
|
|
|
export * as actions from './actions';
|
2016-01-27 11:34:44 -08:00
|
|
|
export { default as types } from './types';
|
2016-05-10 19:28:40 -07:00
|
|
|
export const sagas = [ fetchUserSaga ];
|