Skip to content

Commit 2b7d235

Browse files
committed
[fixed] Re-added CollapsableNav to public API
I accidentally missed this when merging the latest ES6 changes with the changes from master at the time. Fixes react-bootstrap#459
1 parent e471088 commit 2b7d235

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.js

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import Badge from './Badge';
77
import Button from './Button';
88
import ButtonGroup from './ButtonGroup';
99
import ButtonToolbar from './ButtonToolbar';
10+
import CollapsableNav from './CollapsableNav';
1011
import Carousel from './Carousel';
1112
import CarouselItem from './CarouselItem';
1213
import Col from './Col';
@@ -57,6 +58,7 @@ export default {
5758
Button,
5859
ButtonGroup,
5960
ButtonToolbar,
61+
CollapsableNav,
6062
Carousel,
6163
CarouselItem,
6264
Col,

0 commit comments

Comments
 (0)