import React from 'react'; import { action } from '@storybook/addon-actions'; import SelectHardware from './select-hardware'; export default { title: 'Connect Hardware Wallet', id: __filename, }; export const SelectHardwareComponent = () => { return ( action(`Continue connect to ${selectedDevice}`)() } useLedgerLive /> ); }; export const BrowserNotSupported = () => { return ( undefined} useLedgerLive /> ); };