import { NavItem } from "../../types/nav.ts"; import { getNavItems } from "../../util/getNavItems.ts"; export function NavSection(props: { items: NavItem[] }) { return (