---
import { Picture } from 'astro:assets'
import Time from '@/components/time/absolute.astro'
import type { Article } from '@/data/data.js'
import { formatDate } from '@/utils/time.js'
type Props = {
article: Article
}
const { article: item } = Astro.props
---
{item.data.title}