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