mirror of
https://github.com/strapi/strapi.git
synced 2025-07-25 01:49:34 +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;
|