docs(changeset): feat(error-manager): implement centralized error reporting system
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
export { default as ReactBasicErrorBoundary } from './BasicErrorBoundary';
|
||||
export { default as ReactErrorBoundary } from './ErrorBoundary';
|
||||
export { default as errorManager } from './ErrorManager';
|
||||
export * from './ErrorManager.types';
|
||||
|
||||
Reference in New Issue
Block a user