import Link from 'next/link'; export default function About({ resource }) { return ( <>
Name Title Description Format Size Created Updated Download
{resource.name || resource.id} {resource.title || ''} {resource.description || ''} {resource.format} {resource.size} {resource.created} {resource.last_modified || ''} {resource.format}
); }