import DocPage from 'storybook/blocks/docPage.mdx'
import ErrorCatcher, { styles } from '../ErrorCatcher'

<DocPage
  components={[
    { data: ErrorCatcher, styles: styles, name: 'ImtfErrorCatcher' },
  ]}
/>
