UNPKG

koot

Version:

Koot.js - React isomorphic framework created by CMUX

9 lines (6 loc) 255 B
export { LOCATION_UPDATE } from './actionType' import reducer from './reducer' export { reducer } export { update } from './api' export const REALTIME_LOCATION_REDUCER_NAME = 'realtimeLocation' export { update as actionUpdate } from './actions'