mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
8 lines
227 B
Plaintext
8 lines
227 B
Plaintext
|
import { Meta } from '@storybook/addon-docs';
|
||
|
import { Markdown } from '@storybook/addon-docs/blocks';
|
||
|
import README from './README.md';
|
||
|
|
||
|
<Meta title="Components/ComponentLibrary/Introduction" />
|
||
|
|
||
|
<Markdown>{README}</Markdown>
|