mirror of
https://github.com/strapi/strapi.git
synced 2025-11-17 18:51:22 +00:00
9 lines
190 B
JavaScript
9 lines
190 B
JavaScript
|
|
import homePageReducer from './containers/HomePage/reducer';
|
||
|
|
import pluginId from './pluginId';
|
||
|
|
|
||
|
|
const reducers = {
|
||
|
|
[`${pluginId}_homePage`]: homePageReducer,
|
||
|
|
};
|
||
|
|
|
||
|
|
export default reducers;
|