From 74870e45edb31496e26a8f58c13757ae106a4ee2 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Sun, 15 Jun 2025 00:13:01 +0200 Subject: [PATCH] fix linting --- .../Map/Subcomponents/ItemPopupComponents/TextView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/Components/Map/Subcomponents/ItemPopupComponents/TextView.tsx b/lib/src/Components/Map/Subcomponents/ItemPopupComponents/TextView.tsx index 0027ef82..a1b24eb5 100644 --- a/lib/src/Components/Map/Subcomponents/ItemPopupComponents/TextView.tsx +++ b/lib/src/Components/Map/Subcomponents/ItemPopupComponents/TextView.tsx @@ -20,7 +20,7 @@ import { fixUrls, mailRegex } from '#utils/ReplaceURLs' import type { Item } from '#types/Item' import type { Tag } from '#types/Tag' -import type { Root, Element } from 'hast' +import type { Root } from 'hast' /** * @category Map