From c441aa89a63dcdbab758807ef553465c3bd8c109 Mon Sep 17 00:00:00 2001 From: Tarjei Huse Date: Mon, 14 Dec 2015 14:09:17 +0100 Subject: [PATCH] Export Init path as well I think it may be usefull :P --- src/index.js | 1 + 1 file changed, 1 insertion(+) 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,