Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main.js

Lines changed: 2 additions & 0 deletions
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)