mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +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 />
|
|
``` |