--- import {type NavBarLink} from "../../types/config"; import {Icon} from "astro-icon/components"; import {url} from "../../utils/url-utils"; interface Props { links: NavBarLink[], } const links = Astro.props.links; ---