| 1 | import { getCollection } from "astro:content"; |
| 2 | import { nanoid } from "nanoid"; |
| 3 | import { LINKS, SITE } from "./consts"; |
| 4 | import { type LText, createLink, getTextLocalized, isExternal } from "./languages"; |
nothing calls this directly
no test coverage detected