import React from 'react'; import { Button, Space } from 'antd'; const SendPanel = () => { return ( ); }; export default SendPanel;