Skip to content

Commit a060fbc

Browse files
committed
[fixed] Re-add missing constants to public API
This was missed during the transition to ES6. Fixes react-bootstrap#478
1 parent cd1a926 commit a060fbc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/index.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ import Table from './Table';
4747
import TabPane from './TabPane';
4848
import Tooltip from './Tooltip';
4949
import Well from './Well';
50+
import constants from './constants';
5051

5152
export default {
5253
Accordion,
@@ -97,5 +98,6 @@ export default {
9798
Table,
9899
TabPane,
99100
Tooltip,
100-
Well
101+
Well,
102+
constants
101103
};

0 commit comments

Comments
 (0)