Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. import reducer from "./reducers";
  2.  
  3. export { default as duckSelectors } from "./selectors";
  4. export { default as duckOperations } from "./operations";
  5. export { default as duckActions } from "./actions";
  6. export { default as duckTypes } from "./types";
  7.  
  8. export default reducer;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement