--- import { getCollection, getEntry } from "astro:content"; import { getFormattedStars } from "../lib/github"; import { getAllGuides } from "../lib/guide"; export interface Props { activePath: string; } const { activePath, groupedGuides, activeGuideTitle } = Astro.props; ---