import React from 'react'; import { TbSend } from 'react-icons/tb'; function Input(){ return (
) } export default Input