UNPKG

lube-cra-seed

Version:

This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).

10 lines (8 loc) 198 B
import { NAVIGATE } from './constants' export function push (location, params) { return { type: NAVIGATE, location: { pathname: location, search: '', hash: '' }, action: 'PUSH' } }