Changeset 8449b9c for frontend/src/App.jsx
- Timestamp:
- 04/30/26 11:27:00 (2 months ago)
- Branches:
- master
- Children:
- 4f85b41
- Parents:
- 708af9e
- File:
-
- 1 edited
-
frontend/src/App.jsx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
frontend/src/App.jsx
r708af9e r8449b9c 13 13 import NewWeightIntake from "./pages/Dashboard/pages/Weight/NewWeightIntake.jsx"; 14 14 import Finance from "./pages/Dashboard/pages/Finance/Finance.jsx"; 15 import FinanceTracking from "./pages/Dashboard/pages/Finance/FinanceTracking.jsx"; 16 import NewIncome from "./pages/Dashboard/pages/Finance/NewIncome.jsx"; 15 17 import Investing from "./pages/Dashboard/pages/Investing/Investing.jsx"; 16 18 import InvestingTracking from "./pages/Dashboard/pages/Investing/InvestingTracking.jsx"; … … 51 53 <Route path="weight/intakes/new" element={<NewWeightIntake />} /> 52 54 <Route path="finance" element={<Finance />} /> 55 <Route path="finance/tracking" element={<FinanceTracking />} /> 56 <Route path="finance/incomes/new" element={<NewIncome />} /> 53 57 <Route path="investing" element={<Investing />} /> 54 58 <Route path="investing/tracking" element={<InvestingTracking />} />
Note:
See TracChangeset
for help on using the changeset viewer.
