import React from 'react'; import { boolean, text } from '@storybook/addon-knobs'; import SendContent from './send-content.component'; export default { title: 'Pages/Send/SendContent', id: __filename, }; export const DefaultStory = () => { return ( ); }; DefaultStory.storyName = 'Default';