我有这个简单的导入:
import {reducers as sharedStore} from "./components/shared";
并在位于
一侧的index.js文件中导出./components/shared
文件夹。
这是index.js内容:
import {combineReducers} from "redux";
export const reducers = combineReducers({selectAssetView, video:videoReducerComp });