import { downloadImage } from '../utils.js' import Image from 'next/image' export function Modal({ currentImage, setCurrentImage }) { return (
{currentImage && <> {currentImage.photo_description
}
) }