From 50a74230fea3ee630c3bd5eb5677f14064cfb1dd Mon Sep 17 00:00:00 2001 From: Kahfi Elhady <113518657+zamadye@users.noreply.github.com> Date: Wed, 25 Mar 2026 00:25:38 +0800 Subject: [PATCH] fix: multi-account financial overview dashboard --- app/src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/App.tsx b/app/src/App.tsx index f0dc5942..04c0a242 100644 --- a/app/src/App.tsx +++ b/app/src/App.tsx @@ -16,6 +16,7 @@ import NotFound from "./pages/NotFound"; import { Landing } from "./pages/Landing"; import ProtectedRoute from "./components/auth/ProtectedRoute"; import Account from "./pages/Account"; +import FinancialAccounts from "./pages/FinancialAccounts"; const queryClient = new QueryClient({ defaultOptions: {