Skip to content

Commit a36f24d

Browse files
author
David Emory
committed
feat(api): Expose clearLocation action
1 parent 2e77a31 commit a36f24d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import NarrativeItinerary from './components/narrative/narrative-itinerary'
2525

2626
import { setAutoPlan, setMapCenter } from './actions/config'
2727
import { getCurrentPosition } from './actions/location'
28-
import { setLocationToCurrent } from './actions/map'
28+
import { setLocationToCurrent, clearLocation } from './actions/map'
2929
import { findNearbyStops } from './actions/api'
3030

3131
import createOtpReducer from './reducers/create-otp-reducer'
@@ -72,6 +72,7 @@ export {
7272
NarrativeProfileOptions,
7373

7474
// actions
75+
clearLocation,
7576
findNearbyStops,
7677
getCurrentPosition,
7778
setAutoPlan,

0 commit comments

Comments
 (0)