Index: frontend/src/App.jsx
===================================================================
--- frontend/src/App.jsx	(revision 8c01a1f14ebd23dc0aeffe2d391546a92ddde9f9)
+++ frontend/src/App.jsx	(revision 708af9efba48db0445f07728b5d091a3d8898876)
@@ -10,4 +10,6 @@
 import NewTrainingSession from "./pages/Dashboard/pages/Training/NewTrainingSession.jsx";
 import Weight from "./pages/Dashboard/pages/Weight/Weight.jsx";
+import WeightTracking from "./pages/Dashboard/pages/Weight/WeightTracking.jsx";
+import NewWeightIntake from "./pages/Dashboard/pages/Weight/NewWeightIntake.jsx";
 import Finance from "./pages/Dashboard/pages/Finance/Finance.jsx";
 import Investing from "./pages/Dashboard/pages/Investing/Investing.jsx";
@@ -46,4 +48,6 @@
           />
           <Route path="weight" element={<Weight />} />
+          <Route path="weight/tracking" element={<WeightTracking />} />
+          <Route path="weight/intakes/new" element={<NewWeightIntake />} />
           <Route path="finance" element={<Finance />} />
           <Route path="investing" element={<Investing />} />
