import React from 'react' function ImageViewer({key, url}:{key:string, url:string}) { return ( ) } export default ImageViewer