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