import { memo } from 'react' import { Tooltip } from '@janhq/joi' import { FolderOpenIcon } from 'lucide-react' import { usePath } from '@/hooks/usePath' import { openFileTitle } from '@/utils/titleUtils' import { RelativeImage } from '../TextMessage/RelativeImage' const ImageMessage = ({ image }: { image: string }) => { const { onViewFile, onViewFileContainer } = usePath() return (