Skip to content

Commit

Permalink
Remove re-export for the adapter for now
Browse files Browse the repository at this point in the history
  • Loading branch information
fullofcaffeine committed Jun 4, 2024
1 parent 44bcbbe commit 6daa4b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/components/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ export {
useCompositeState as __unstableUseCompositeState,
} from './composite';
export { ConfirmDialog as __experimentalConfirmDialog } from './confirm-dialog';
//export { StableCustomSelectControl as CustomSelectControl } from './custom-select-control';
export { ClassicCustomSelectControlV2Adapter as CustomSelectControl } from './custom-select-control-v2/legacy-component';
export { StableCustomSelectControl as CustomSelectControl } from './custom-select-control';
export { default as CustomSelectControlV2 } from './custom-select-control-v2';
export { default as Dashicon } from './dashicon';
export { default as DateTimePicker, DatePicker, TimePicker } from './date-time';
Expand Down

0 comments on commit 6daa4b1

Please sign in to comment.