import React from 'react'; import NftDefaultImage from '.'; export default { title: 'Components/App/NftDefaultImage', argTypes: { name: { control: 'text', }, tokenId: { control: 'text', }, handleImageClick: { action: 'handleImageClick', }, }, args: { name: null, tokenId: '12345', handleImageClick: null, }, }; export const DefaultStory = (args) => (