Skip to content

Commit 9090a1d

Browse files
rvsiaHyperkid123
authored andcommitted
Add imports for new components
1 parent 590fd08 commit 9090a1d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/common/babel.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ const blueprintMapper = {
2323
Switch: 'components/forms/controls',
2424
Tab: 'components/tabs/tab',
2525
InputGroup: 'components/forms/inputGroup',
26-
TextArea: 'components/forms/textArea'
26+
TextArea: 'components/forms/textArea',
27+
Menu: 'components/menu/menu',
28+
MenuItem: 'components/menu/menuItem',
29+
Classes: 'common/classes',
30+
ButtonGroup: 'components/button/buttonGroup',
31+
ControlGroup: 'components/forms/controlGroup',
2732
};
2833

2934
const pascaltoCamelCase = (name) => name.charAt(0).toLowerCase() + name.slice(1);

0 commit comments

Comments
 (0)