index.ts 149 B

1234
  1. import { withSuspense } from './withSuspense';
  2. import { withErrorBoundary } from './withErrorBoundary';
  3. export { withSuspense, withErrorBoundary };