lbry-desktop/ui/modal/walletSend/view.jsx

11 lines
194 B
React
Raw Normal View History

2019-11-22 16:13:00 -05:00
import React from 'react';
import WalletSend from './node_modules/component/walletSend';
const WalletSendModal = () => (
<div>
<WalletSend />
</div>
);
export default WalletSendModal;