import { withSuspense } from './withSuspense'; import { withErrorBoundary } from './withErrorBoundary'; export { withSuspense, withErrorBoundary };