From 62aa6b22158cf73c6104347fca5156114a733d6b Mon Sep 17 00:00:00 2001 From: arrelin Date: Thu, 12 Feb 2026 18:51:17 +0300 Subject: [PATCH] try to do better --- frontend/src/pages/FamilyView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/FamilyView.tsx b/frontend/src/pages/FamilyView.tsx index d0ee9fe..9027e4a 100644 --- a/frontend/src/pages/FamilyView.tsx +++ b/frontend/src/pages/FamilyView.tsx @@ -3,7 +3,7 @@ import { useParams, useNavigate } from 'react-router-dom'; import { useTranslation } from 'react-i18next'; import { categoryApi, expenseApi, inviteLinkApi } from '../api/client'; import { useStore } from '../store/useStore'; -import type { Category, Expense, InviteLinkResponse, ExpenseHistoryResponse } from '../types'; +import type { Category, InviteLinkResponse, ExpenseHistoryResponse } from '../types'; import { Wallet, TrendingDown, -- 2.49.1