From bd866a529d0dad633b4cc3f48fc76ff8140a5d7b Mon Sep 17 00:00:00 2001 From: Mitchell Magro Date: Tue, 12 Aug 2025 08:42:07 +0200 Subject: [PATCH] Renamed transaction overview component --- app/features/Pages/DashboardHomePage/DashboardHomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/features/Pages/DashboardHomePage/DashboardHomePage.tsx b/app/features/Pages/DashboardHomePage/DashboardHomePage.tsx index 8616278..8115c31 100644 --- a/app/features/Pages/DashboardHomePage/DashboardHomePage.tsx +++ b/app/features/Pages/DashboardHomePage/DashboardHomePage.tsx @@ -6,7 +6,7 @@ import { FetchReport } from "../../FetchReports/FetchReports"; import { Documentation } from "../../Documentation/Documentation"; import { AccountIQ } from "../../AccountIQ/AccountIQ"; import { WhatsNew } from "../../WhatsNew/WhatsNew"; -import { TransactionsOverView } from "../../TransactionsOverView/TransactionsOverview"; +import { TransactionsOverView } from "../../TransactionsOverView/TransactionsOverView"; export const DashboardHomePage = () => { return (