From 4f42ec8437ebbaf55538b9b12b36b75b1a6bca5a Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Tue, 14 Oct 2025 16:03:43 +0200 Subject: [PATCH] fix linting --- lib/src/Components/Profile/Subcomponents/RelationsView.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/src/Components/Profile/Subcomponents/RelationsView.tsx b/lib/src/Components/Profile/Subcomponents/RelationsView.tsx index 82f7506e..a1fc1f02 100644 --- a/lib/src/Components/Profile/Subcomponents/RelationsView.tsx +++ b/lib/src/Components/Profile/Subcomponents/RelationsView.tsx @@ -1,4 +1,3 @@ -import { useEffect } from 'react' import { Link } from 'react-router-dom' import { useAppState } from '#components/AppShell/hooks/useAppState'