--- import { SIDEBAR } from "../../config"; type Props = { section: string; language: string; }; const { section, language } = Astro.props as Props; ---