From 2b7d2352163d9de05492b34adee607df3be1f74d Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Thu, 26 Mar 2015 13:35:46 -0600 Subject: [PATCH] [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 #459 --- src/main.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.js b/src/main.js index 6d9fcb6003..f07cccb791 100644 --- a/src/main.js +++ b/src/main.js @@ -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'; @@ -57,6 +58,7 @@ export default { Button, ButtonGroup, ButtonToolbar, + CollapsableNav, Carousel, CarouselItem, Col,