Skip to content
This repository was archived by the owner on Oct 26, 2018. It is now read-only.

Commit 8661dc3

Browse files
committed
merge upstream
2 parents 02a41bf + 3545a3e commit 8661dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import deepEqual from 'deep-equal';
22

33
// Constants
44

5-
export const UPDATE_PATH = "@@router/UPDATE_PATH";
65
const INIT_PATH = "@@router/INIT_PATH";
6+
export const UPDATE_PATH = "@@router/UPDATE_PATH";
77
const SELECT_STATE = state => state.routing;
88

99
// Action creators

0 commit comments

Comments
 (0)