fixed compare

This commit is contained in:
2026-04-07 10:49:10 +05:30
parent e6c7778c08
commit f4e5979c00
5 changed files with 257 additions and 193 deletions

View File

@@ -11,12 +11,14 @@ import {
import LatestItemsList, { LatestItem } from "./components/LatestItemsList";
import HistoryChart from "./components/HistoryChart";
import {
AggregatedDashboardData,
} from "./components/HistoryChart";
import {
fetchLatestTransactions,
fetchAggregatedExpenses,
fetchAggregatedIncome,
AggregatedDashboardData
} from "./utils/dashboardLoader";
export default function Dashboard() {