kaidjohnson/redux-first-vue-routing

View on GitHub
src/index.js

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
export { PUSH, REPLACE, GO, BACK, FORWARD, LOCATION_CHANGE } from './action-types.js';
export { push, replace, go, back, forward, locationChange } from './action-creators.js';
export { default as middleware } from './middleware.js';
export { default as reducer } from './reducer.js';
export { default } from './plugin.js';