Index: frontend/src/App.jsx
===================================================================
--- frontend/src/App.jsx	(revision 708af9efba48db0445f07728b5d091a3d8898876)
+++ frontend/src/App.jsx	(revision 8449b9cc520ba82bb2945db031d4b9973a038e59)
@@ -13,4 +13,6 @@
 import NewWeightIntake from "./pages/Dashboard/pages/Weight/NewWeightIntake.jsx";
 import Finance from "./pages/Dashboard/pages/Finance/Finance.jsx";
+import FinanceTracking from "./pages/Dashboard/pages/Finance/FinanceTracking.jsx";
+import NewIncome from "./pages/Dashboard/pages/Finance/NewIncome.jsx";
 import Investing from "./pages/Dashboard/pages/Investing/Investing.jsx";
 import InvestingTracking from "./pages/Dashboard/pages/Investing/InvestingTracking.jsx";
@@ -51,4 +53,6 @@
           <Route path="weight/intakes/new" element={<NewWeightIntake />} />
           <Route path="finance" element={<Finance />} />
+           <Route path="finance/tracking" element={<FinanceTracking />} />
+           <Route path="finance/incomes/new" element={<NewIncome />} />
           <Route path="investing" element={<Investing />} />
           <Route path="investing/tracking" element={<InvestingTracking />} />
