import { Meta, Markdown } from '@storybook/blocks'
import Readme from '@/../README.md?raw'

<Meta title="README" />

<Markdown>{Readme}</Markdown>
