UNPKG

@plone-collective/volto-footer

Version:
15 lines (11 loc) 283 B
import footerInherit from './reducers'; const applyConfig = (config) => { // Add footer inherit reducer config.addonReducers = { ...config.addonReducers, footerInherit, }; return config; }; export default applyConfig; export { getFooterInherit } from './actions';