Ignore:
Timestamp:
04/27/26 22:01:12 (2 months ago)
Author:
Andrej <asumanovski@…>
Branches:
master
Children:
8449b9c
Parents:
89156c1
Message:

Weight tracking feature complete

File:
1 edited

Legend:

Unmodified
Added
Removed
  • frontend/src/App.jsx

    r89156c1 r708af9e  
    1010import NewTrainingSession from "./pages/Dashboard/pages/Training/NewTrainingSession.jsx";
    1111import Weight from "./pages/Dashboard/pages/Weight/Weight.jsx";
     12import WeightTracking from "./pages/Dashboard/pages/Weight/WeightTracking.jsx";
     13import NewWeightIntake from "./pages/Dashboard/pages/Weight/NewWeightIntake.jsx";
    1214import Finance from "./pages/Dashboard/pages/Finance/Finance.jsx";
    1315import Investing from "./pages/Dashboard/pages/Investing/Investing.jsx";
     
    4648          />
    4749          <Route path="weight" element={<Weight />} />
     50          <Route path="weight/tracking" element={<WeightTracking />} />
     51          <Route path="weight/intakes/new" element={<NewWeightIntake />} />
    4852          <Route path="finance" element={<Finance />} />
    4953          <Route path="investing" element={<Investing />} />
Note: See TracChangeset for help on using the changeset viewer.