mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
8185175968
Co-authored-by: Brad Decker <bhdecker84@gmail.com>
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} />
|