diff --git a/src/index.js b/src/index.js index 495ec76..f9e08b2 100644 --- a/src/index.js +++ b/src/index.js @@ -160,6 +160,7 @@ function syncReduxAndRouter(history, store, selectRouterState = SELECT_STATE) { module.exports = { UPDATE_PATH, + INIT_PATH, pushPath, replacePath, syncReduxAndRouter,