Skip to content

Commit

Permalink
feat(lib): export Label component
Browse files Browse the repository at this point in the history
  • Loading branch information
cbfx committed Mar 10, 2016
1 parent 28d3edf commit 2856cd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import Dropdown from './Dropdown';
import DropdownItem from './DropdownItem';
import DropdownMenu from './DropdownMenu';
import DropdownToggle from './DropdownToggle';
import Label from './Label';
import TetherContent from './TetherContent';
import Tooltip from './Tooltip';

Expand All @@ -18,6 +19,7 @@ export {
DropdownItem,
DropdownMenu,
DropdownToggle,
Label,
TetherContent,
Tooltip
};

0 comments on commit 2856cd0

Please sign in to comment.