()
| 67 | } |
| 68 | |
| 69 | const handleClick = () => { |
| 70 | if (fileInput.current) { |
| 71 | fileInput.current.click() |
| 72 | } |
| 73 | } |
| 74 | |
| 75 | const handleFileChange = (e: ChangeEvent<HTMLInputElement>) => { |
| 76 | const files = e.target.files |
nothing calls this directly
no outgoing calls
no test coverage detected