UNPKG

koot

Version:

Koot.js - React isomorphic framework created by CMUX

7 lines (6 loc) 160 B
import * as actions from './actions.js' export const update = (location) => (dispatch) => { return dispatch( actions.update(location) ) }