Changeset 708af9e for frontend/src/App.jsx
- Timestamp:
- 04/27/26 22:01:12 (2 months ago)
- Branches:
- master
- Children:
- 8449b9c
- Parents:
- 89156c1
- File:
-
- 1 edited
-
frontend/src/App.jsx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
frontend/src/App.jsx
r89156c1 r708af9e 10 10 import NewTrainingSession from "./pages/Dashboard/pages/Training/NewTrainingSession.jsx"; 11 11 import Weight from "./pages/Dashboard/pages/Weight/Weight.jsx"; 12 import WeightTracking from "./pages/Dashboard/pages/Weight/WeightTracking.jsx"; 13 import NewWeightIntake from "./pages/Dashboard/pages/Weight/NewWeightIntake.jsx"; 12 14 import Finance from "./pages/Dashboard/pages/Finance/Finance.jsx"; 13 15 import Investing from "./pages/Dashboard/pages/Investing/Investing.jsx"; … … 46 48 /> 47 49 <Route path="weight" element={<Weight />} /> 50 <Route path="weight/tracking" element={<WeightTracking />} /> 51 <Route path="weight/intakes/new" element={<NewWeightIntake />} /> 48 52 <Route path="finance" element={<Finance />} /> 49 53 <Route path="investing" element={<Investing />} />
Note:
See TracChangeset
for help on using the changeset viewer.
