(file)
| 975 | } |
| 976 | |
| 977 | const handleSelectFile = (file) => { |
| 978 | // When a file is selected from conversation, it's already in the current conversation |
| 979 | console.log('File selected:', file) |
| 980 | } |
| 981 | |
| 982 | return ( |
| 983 | <div className="flex h-full w-full bg-gradient-to-br from-purple-50 via-pink-50 to-purple-100 dark:bg-gradient-to-br dark:from-purple-900/20 dark:via-pink-900/20 dark:to-purple-900/30 p-4 gap-4"> |
nothing calls this directly
no outgoing calls
no test coverage detected