lbry-desktop/ui/modal/walletSend/view.jsx
2019-11-22 16:45:33 -05:00

11 lines
194 B
JavaScript

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