UNPKG

redux-webpack-es6-boilerplate

Version:
10 lines (8 loc) 224 B
// Feature/Module index is responsible for maintaining its public API // This is the exposed surface where modules can interface with each other. export { default, actionCreators, selector, NAME } from './friends';