UNPKG

contiago-toolbar

Version:

One of the options for outputting content from contiago xml-server

5 lines (3 loc) 199 B
import { LOCATION_CHANGE, PREVIOUS_LOCATION } from './constants'; export const push = (newRoute) => ({ type: LOCATION_CHANGE, newRoute }); export const goBack = () => ({ type: PREVIOUS_LOCATION });