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

11 lines
194 B
React
Raw Normal View History

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