--- import { getFondamentaux, getGlossaryHomeStats, getGlossaryPortalLinks, hrefOfGlossaryEntry, } from "../lib/glossary"; const { allEntries = [], } = Astro.props; const fondamentaux = getFondamentaux(allEntries); const portalLinks = getGlossaryPortalLinks(); const { totalEntries, paradigmesCount, doctrinesCount, metaRegimesCount, } = getGlossaryHomeStats(allEntries); ---