Ignore:
Timestamp:
04/30/26 11:27:00 (2 months ago)
Author:
Andrej <asumanovski@…>
Branches:
master
Children:
4f85b41
Parents:
708af9e
Message:

Finance feature

File:
1 edited

Legend:

Unmodified
Added
Removed
  • frontend/src/App.jsx

    r708af9e r8449b9c  
    1313import NewWeightIntake from "./pages/Dashboard/pages/Weight/NewWeightIntake.jsx";
    1414import Finance from "./pages/Dashboard/pages/Finance/Finance.jsx";
     15import FinanceTracking from "./pages/Dashboard/pages/Finance/FinanceTracking.jsx";
     16import NewIncome from "./pages/Dashboard/pages/Finance/NewIncome.jsx";
    1517import Investing from "./pages/Dashboard/pages/Investing/Investing.jsx";
    1618import InvestingTracking from "./pages/Dashboard/pages/Investing/InvestingTracking.jsx";
     
    5153          <Route path="weight/intakes/new" element={<NewWeightIntake />} />
    5254          <Route path="finance" element={<Finance />} />
     55           <Route path="finance/tracking" element={<FinanceTracking />} />
     56           <Route path="finance/incomes/new" element={<NewIncome />} />
    5357          <Route path="investing" element={<Investing />} />
    5458          <Route path="investing/tracking" element={<InvestingTracking />} />
Note: See TracChangeset for help on using the changeset viewer.