export default function initStore(preloadedState) { const reducer = combineReducers({ api: apiReducer, app: appReducer }); const store = configureStore({ ...
確定! 回上一頁