Skip to content

Commit

Permalink
[fixed] Re-added CollapsableNav to public API
Browse files Browse the repository at this point in the history
I accidentally missed this when merging the latest ES6 changes with the
changes from master at the time.

Fixes #459
  • Loading branch information
mtscout6 committed Mar 26, 2015
1 parent e471088 commit 2b7d235
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import Badge from './Badge';
import Button from './Button';
import ButtonGroup from './ButtonGroup';
import ButtonToolbar from './ButtonToolbar';
import CollapsableNav from './CollapsableNav';
import Carousel from './Carousel';
import CarouselItem from './CarouselItem';
import Col from './Col';
Expand Down Expand Up @@ -57,6 +58,7 @@ export default {
Button,
ButtonGroup,
ButtonToolbar,
CollapsableNav,
Carousel,
CarouselItem,
Col,
Expand Down

0 comments on commit 2b7d235

Please sign in to comment.