fixed compare
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user