--- import PajamasIcon from "@/components/icons/PajamasIcon.astro" interface Props { id: string } const { id } = Astro.props ---