mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
5135b80de7
* Changes to nfts-detection-notice.js * Adding story --------- Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
11 lines
229 B
JavaScript
11 lines
229 B
JavaScript
import React from 'react';
|
|
import NftsDetectionNotice from '.';
|
|
|
|
export default {
|
|
title: 'Components/App/NftsDetectionNotice',
|
|
};
|
|
|
|
export const DefaultStory = () => <NftsDetectionNotice />;
|
|
|
|
DefaultStory.storyName = 'Default';
|