--- import Links from "../../links" import LocaleLink from "../links/LocaleLink.astro" --- { Links.map((link) => (
  • {link.label}
  • )) }