lbry-desktop/ui/modal/walletSend/view.jsx
2020-01-06 16:35:43 -05:00

11 lines
179 B
JavaScript

import React from 'react';
import WalletSend from 'component/walletSend';
const WalletSendModal = () => (
<div>
<WalletSend />
</div>
);
export default WalletSendModal;