import { Meta } from '@storybook/addon-docs/blocks'
import ReactMarkdown from 'react-markdown'
import remarkGfm from 'remark-gfm'
import changelog from '!!raw-loader!../../../../CHANGELOG.md'

<Meta title="Introduction/Changelog" />

<ReactMarkdown remarkPlugins={[remarkGfm]}>{changelog}</ReactMarkdown>
