From bfd0647493afee4dd2f880ee45e8342cb539edc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20N=C3=BDvlt?= Date: Tue, 27 Feb 2024 23:15:58 +0100 Subject: [PATCH] . --- src/letter/templates/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/letter/templates/index.ts b/src/letter/templates/index.ts index f56735e..6244338 100644 --- a/src/letter/templates/index.ts +++ b/src/letter/templates/index.ts @@ -1,5 +1,5 @@ import type { TemplateFn } from "./types"; -import { getEntry, type CollectionEntry } from "astro:content"; +import { type CollectionEntry } from "astro:content"; import { vigHolding } from "./vig-holding"; import { cs } from "./cs";