--- import Link from "./Link.astro"; import dataList from '../data/user.json'; const items = dataList.links; ---