From aff005d79b8b12e91b0231933d29e31cdf205211 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Tue, 14 Oct 2025 15:59:09 +0200 Subject: [PATCH] fix linting --- lib/src/Components/Profile/Subcomponents/RelationsView.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/src/Components/Profile/Subcomponents/RelationsView.tsx b/lib/src/Components/Profile/Subcomponents/RelationsView.tsx index 42e23f9d..27aa41db 100644 --- a/lib/src/Components/Profile/Subcomponents/RelationsView.tsx +++ b/lib/src/Components/Profile/Subcomponents/RelationsView.tsx @@ -1,12 +1,10 @@ import { useEffect } from 'react' - import { Link } from 'react-router-dom' import { useAppState } from '#components/AppShell/hooks/useAppState' import { useItems } from '#components/Map/hooks/useItems' import type { Item } from '#types/Item' -import { Link } from 'react-router-dom' interface Props { item: Item