Skip to content

Commit

Permalink
[fixed] Re-add missing constants to public API
Browse files Browse the repository at this point in the history
This was missed during the transition to ES6.

Fixes react-bootstrap#478
  • Loading branch information
mtscout6 committed Apr 4, 2015
1 parent cd1a926 commit a060fbc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ import Table from './Table';
import TabPane from './TabPane';
import Tooltip from './Tooltip';
import Well from './Well';
import constants from './constants';

export default {
Accordion,
Expand Down Expand Up @@ -97,5 +98,6 @@ export default {
Table,
TabPane,
Tooltip,
Well
Well,
constants
};

0 comments on commit a060fbc

Please sign in to comment.