Merge pull request 'try to do better' (#23) from feature/history into master
All checks were successful
Build and Publish Images / build-and-push (push) Successful in 12s

Reviewed-on: http://192.168.31.100:3847/Arrelin/family_budget/pulls/23
This commit was merged in pull request #23.
This commit is contained in:
2026-02-12 15:51:38 +00:00

View File

@@ -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,