File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
packages/components/src/custom Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1- // import { ErrorBoundary, withErrorBoundary, withSuppressedErrorBoundary } from './ErrorBoundary';
21import { ConnectionChip } from './ConnectionChip' ;
32import { EmptyState } from './EmptyState' ;
3+ import { ErrorBoundary , WithErrorBoundary , withSuppressedErrorBoundary } from './ErrorBoundary' ;
44import { FlipCard } from './FlipCard' ;
55import { useWindowDimensions } from './Helpers/Dimension' ;
66import { useNotificationHandler } from './Helpers/Notification' ;
@@ -11,8 +11,11 @@ export { StyledSearchBar } from './StyledSearchBar';
1111export {
1212 ConnectionChip ,
1313 EmptyState ,
14+ ErrorBoundary ,
1415 FlipCard ,
1516 StyledTooltip ,
17+ WithErrorBoundary ,
1618 useNotificationHandler ,
17- useWindowDimensions
19+ useWindowDimensions ,
20+ withSuppressedErrorBoundary
1821} ;
You can’t perform that action at this time.
0 commit comments