From 1a67626c4554a30b09845605c96b9dd744a29769 Mon Sep 17 00:00:00 2001 From: Tomas Novotny Date: Wed, 9 Dec 2015 09:58:50 +0100 Subject: [PATCH] Exporting INIT_PATH constant So we can use this action type in reducers --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index fc43a1d..cb4a423 100644 --- a/src/index.js +++ b/src/index.js @@ -149,6 +149,7 @@ function syncReduxAndRouter(history, store, selectRouterState = SELECT_STATE) { } module.exports = { + INIT_PATH, UPDATE_PATH, pushPath, replacePath,