import { Markdown } from "@storybook/addon-docs/blocks";
import readme from "./README.md?raw";

<Markdown>{readme}</Markdown>
