import { Markdown, Meta } from '@storybook/blocks'

import ReadMe from '../../README.md?raw'

<Meta title="ReadMe" />

<Markdown>{ReadMe}</Markdown>
