export { createErrorBoundary } from '../domain/error'; export type { ErrorBoundaryFallback, ErrorBoundaryProps } from '../domain/error';