--- import FormattedDate from "@components/FormattedDate.astro"; type Props = { collection: any; }; const { collection } = Astro.props; ---