--- import { Image } from '@astrojs/image/components'; import Typography from '@/components/typography.astro'; import type { Media } from '@/types/favorites-section'; export interface Props { value: Media; } const { value: { image, title, type, url }, } = Astro.props; --- {title}
{title} {type}