refactored HistoryChart to component

This commit is contained in:
2026-04-24 13:58:12 +05:30
parent c9e609fee6
commit 175ca64d1f
7 changed files with 357 additions and 405 deletions

View File

@@ -13,7 +13,7 @@ import LatestItemsList, { LatestItem } from "./components/LatestItemsList";
import HistoryChart from "./components/HistoryChart";
import {
AggregatedDashboardData
} from "./types/historyChart";
} from "./components/HistoryChart";
import {
fetchLatestTransactions,