--- import Badge from "./Badge.astro" interface Props { tags: string[] } const { tags } = Astro.props ---