We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99085cf commit f76ccc4Copy full SHA for f76ccc4
actions/index.js
@@ -1,2 +1,2 @@
1
-export const REDUX_SAGA_LOCATION_ACTION_SET_POSITION = 'REDUX-SAGA-LOCATION-SET-POSITION';
2
-export const REDUX_SAGA_LOCATION_ACTION_SET_ERROR = 'REDUX-SAGA-LOCATION-SET-ERROR';
+export const REDUX_SAGA_LOCATION_ACTION_SET_POSITION = 'REDUX_SAGA_LOCATION_SET_POSITION';
+export const REDUX_SAGA_LOCATION_ACTION_SET_ERROR = 'REDUX_SAGA_LOCATION_SET_ERROR';
0 commit comments