mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-01 21:57:06 +01:00
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';
|