Skip to content

Commit

Permalink
fix(EmptyState): Removed export of Header and Icon subcomponents
Browse files Browse the repository at this point in the history
  • Loading branch information
thatblindgeye committed May 14, 2024
1 parent cd60d82 commit 0115bdd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/react-core/src/components/EmptyState/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
export * from './EmptyState';
export * from './EmptyStateHeader';
export * from './EmptyStateIcon';
export * from './EmptyStateBody';
export * from './EmptyStateFooter';
export * from './EmptyStateActions';

0 comments on commit 0115bdd

Please sign in to comment.