Skip to content

Commit

Permalink
Merge pull request #467 from Yashsharma1911/yash/exportErrorBoundaries
Browse files Browse the repository at this point in the history
Export error boundaries
  • Loading branch information
nebula-aac authored Jan 23, 2024
2 parents 961082a + 9185790 commit ab3744d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/components/src/custom/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// import { ErrorBoundary, withErrorBoundary, withSuppressedErrorBoundary } from './ErrorBoundary';
import { ConnectionChip } from './ConnectionChip';
import { EmptyState } from './EmptyState';
import { ErrorBoundary, WithErrorBoundary, withSuppressedErrorBoundary } from './ErrorBoundary';
import { FlipCard } from './FlipCard';
import { useWindowDimensions } from './Helpers/Dimension';
import { useNotificationHandler } from './Helpers/Notification';
Expand All @@ -11,8 +11,11 @@ export { StyledSearchBar } from './StyledSearchBar';
export {
ConnectionChip,
EmptyState,
ErrorBoundary,
FlipCard,
StyledTooltip,
WithErrorBoundary,
useNotificationHandler,
useWindowDimensions
useWindowDimensions,
withSuppressedErrorBoundary
};

0 comments on commit ab3744d

Please sign in to comment.