--- import Time from '@/components/Time.astro' type Props = { date: Date | undefined updated?: Date } const { date, updated } = Astro.props ---