--- import type { Book } from '@/types/sections/favorites-section.types'; import Photo from '@/components/photo.astro'; import Typography from '@/web/components/typography.astro'; export interface Props extends Book {} const { author, image, title, url } = Astro.props; ---
{title} {author}