export { default } from 'next/dist/pages/_error'; export * from 'next/dist/pages/_error'; export { unstable_catchError } from 'next/dist/client/components/catch-error'; export type { ErrorInfo } from 'next/dist/client/components/error-boundary';