Skip to content

Commit 29a3a8e

Browse files
committed
fix(example): include BikeRentalOverlay in example
1 parent 2e13641 commit 29a3a8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import { Navbar, Grid, Row, Col } from 'react-bootstrap'
1313
import {
1414
BaseLayers,
1515
BaseMap,
16+
BikeRentalOverlay,
1617
DateTimeSelector,
1718
EndpointsOverlay,
1819
ErrorMessage,
@@ -75,6 +76,7 @@ class OtpRRExample extends Component {
7576
<Col xsHidden md={8} className='map-container'>
7677
<BaseMap>
7778
<BaseLayers />
79+
<BikeRentalOverlay />
7880
<ItineraryOverlay />
7981
<EndpointsOverlay />
8082
</BaseMap>

0 commit comments

Comments
 (0)