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: {