Skip to content

Commit

Permalink
chore: re-export recycle-list from ide-components (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
erha19 authored Dec 30, 2021
1 parent 423ea3a commit 452deff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-browser/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export { Select as NativeSelect } from './select';

/**
* re exports from ide-components
* Don't export recycle-list for now
*/
export * from '@opensumi/ide-components/lib/button';
export * from '@opensumi/ide-components/lib/badge';
Expand All @@ -23,3 +22,4 @@ export * from '@opensumi/ide-components/lib/notification';
export * from '@opensumi/ide-components/lib/popover';
export * from '@opensumi/ide-components/lib/message';
export * from '@opensumi/ide-components/lib/tooltip';
export * from '@opensumi/ide-components/lib/recycle-list';

0 comments on commit 452deff

Please sign in to comment.