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 f054d89 commit 18bf8edCopy full SHA for 18bf8ed
lib/index.js
@@ -20,6 +20,7 @@ import NarrativeItineraries from './components/narrative/narrative-itineraries'
20
import NarrativeItinerary from './components/narrative/narrative-itinerary'
21
22
import { setAutoPlan } from './actions/config'
23
+import { setShowExtendedSettings } from './actions/ui'
24
25
import createOtpReducer from './reducers/create-otp-reducer'
26
@@ -62,6 +63,7 @@ export {
62
63
64
// actions
65
setAutoPlan,
66
+ setShowExtendedSettings,
67
68
// redux utilities
69
createOtpReducer,
0 commit comments