We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb9aefd commit b16cd06Copy full SHA for b16cd06
components/index.js
@@ -45,6 +45,7 @@ export { default as Modal } from './molecules/Modal';
45
export { default as MultiSelect } from './molecules/MultiSelect';
46
export { default as Pagination } from './molecules/Pagination';
47
export { default as SearchMultiSelect } from './molecules/SearchMultiSelect';
48
+export { default as SearchSelect } from './molecules/SearchSelect';
49
export { default as Table } from './molecules/Table';
50
export { default as Toggle } from './molecules/Toggle';
51
export { default as Well } from './molecules/Well';
0 commit comments