--- import links from "./myLinks" import LinkCard from "./LinkCard.astro" import "@/styles/global.css" ---
{ links.map((link) => ( )) }