Skip to content

Commit

Permalink
fix(lib/index): Should not have removed LineItinerary from lib/index.
Browse files Browse the repository at this point in the history
  • Loading branch information
binh-dam-ibigroup committed Apr 24, 2020
1 parent 2d81d30 commit 16dcedf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import SimpleRealtimeAnnotation from './components/narrative/simple-realtime-ann
import TransportationNetworkCompanyLeg from './components/narrative/default/tnc-leg'
import TripDetails from './components/narrative/connected-trip-details'
import TripTools from './components/narrative/trip-tools'
import LineItinerary from './components/narrative/line-itin/line-itinerary'

import MobileMain from './components/mobile/main'

Expand Down Expand Up @@ -66,6 +67,7 @@ export {

// narrative components
LegDiagramPreview,
LineItinerary,
NarrativeItineraries,
NarrativeItinerary,
NarrativeRoutingResults,
Expand Down

0 comments on commit 16dcedf

Please sign in to comment.