mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-30 08:09:15 +01:00
8 lines
188 B
Plaintext
8 lines
188 B
Plaintext
|
import { Meta, Description } from '@storybook/addon-docs';
|
||
|
|
||
|
import README from './README.md';
|
||
|
|
||
|
<Meta title="Components/ComponentLibrary/Introduction" />
|
||
|
|
||
|
<Description markdown={README} />
|