()
| 25 | }; |
| 26 | |
| 27 | const removeImage=()=>{ |
| 28 | setImagePreview(null); |
| 29 | if(fileInputRef.current) fileInputRef.current.value=""; |
| 30 | }; |
| 31 | |
| 32 | const handleSendMessage= async(e)=>{ |
| 33 | e.preventDefault(); |
nothing calls this directly
no outgoing calls
no test coverage detected