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 2e77a31 commit a36f24dCopy full SHA for a36f24d
lib/index.js
@@ -25,7 +25,7 @@ import NarrativeItinerary from './components/narrative/narrative-itinerary'
25
26
import { setAutoPlan, setMapCenter } from './actions/config'
27
import { getCurrentPosition } from './actions/location'
28
-import { setLocationToCurrent } from './actions/map'
+import { setLocationToCurrent, clearLocation } from './actions/map'
29
import { findNearbyStops } from './actions/api'
30
31
import createOtpReducer from './reducers/create-otp-reducer'
@@ -72,6 +72,7 @@ export {
72
NarrativeProfileOptions,
73
74
// actions
75
+ clearLocation,
76
findNearbyStops,
77
getCurrentPosition,
78
setAutoPlan,
0 commit comments