UNPKG

e-lado

Version:

[![CircleCI](https://circleci.com/gh/sharetribe/sharetribe/tree/master.svg?style=svg)](https://circleci.com/gh/sharetribe/sharetribe/tree/master) [![Dependency Status](https://gemnasium.com/sharetribe/sharetribe.png)](https://gemnasium.com/sharetribe/shar

15 lines (12 loc) 321 B
import * as actionTypes from '../constants/OnboardingConstants'; const updateGuidePage = function updateGuidePage(page, path, pathHistoryForward) { return { type: actionTypes.ONBOARDING_GUIDE_PATH_UPDATE, payload: { path, page, pathHistoryForward, }, }; }; export { updateGuidePage };