import React from 'react'; import { boolean } from '@storybook/addon-knobs'; import SendHexDataRow from './send-hex-data-row.component'; export default { title: 'SendHexDataRow', id: __filename, }; export const SendHexDataRowComponent = () => { return (
null} />
); };