interface ImageTableProps { list: any[]; } export const ImageTable = ({list = []}: ImageTableProps) => { if (!list || list.length === 0) return (