import React from 'react'; import NftDefaultImage from '.'; export default { title: 'Components/App/NftDefaultImage', argTypes: { clickable: { control: 'boolean', }, }, }; export const DefaultStory = (args) => (
); DefaultStory.storyName = 'Default';