diff --git a/src/index.js b/src/index.js index f07cccb791..b7e54269fb 100644 --- a/src/index.js +++ b/src/index.js @@ -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, @@ -97,5 +98,6 @@ export default { Table, TabPane, Tooltip, - Well + Well, + constants };