mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-17 15:36:48 +00:00
* chore: create a HOC to wrap components with ErrorBoundary * feat: move svg to public, use render from test-utils
3 lines
137 B
TypeScript
3 lines
137 B
TypeScript
export type { WithErrorBoundaryOptions } from './withErrorBoundary';
|
|
export { default as withErrorBoundary } from './withErrorBoundary';
|