--- import { getLocale, getPath, getUI } from "~/utils/i18n"; const locale = getLocale(Astro); const getLocalePath = getPath(locale); const { components: { nav: { menu }, }, } = getUI(locale); ---
{menu.menu}