mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 08:21:06 +08:00
12 lines
173 B
Plaintext
12 lines
173 B
Plaintext
```md
|
|
|
|
<!-- Changelog.stories.mdx -->
|
|
|
|
import { Meta } from "@storybook/addon-docs";
|
|
|
|
import Changelog from "../CHANGELOG.md";
|
|
|
|
<Meta title="Changelog" />
|
|
|
|
<Changelog />
|
|
``` |