Changeset 4f85b41 for frontend/src/App.jsx
- Timestamp:
- 04/30/26 12:05:34 (2 months ago)
- Branches:
- master
- Children:
- e9a0543
- Parents:
- 8449b9c
- File:
-
- 1 edited
-
frontend/src/App.jsx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
frontend/src/App.jsx
r8449b9c r4f85b41 19 19 import NewInvestment from "./pages/Dashboard/pages/Investing/NewInvestment.jsx"; 20 20 import Discipline from "./pages/Dashboard/pages/Discipline/Discipline.jsx"; 21 import DisciplineTracking from "./pages/Dashboard/pages/Discipline/DisciplineTracking.jsx"; 21 22 22 23 function RequireAuth({ children }) { … … 59 60 <Route path="investing/assets/new" element={<NewInvestment />} /> 60 61 <Route path="discipline" element={<Discipline />} /> 62 <Route path="discipline/tracking" element={<DisciplineTracking />} /> 61 63 </Route> 62 64 <Route path="*" element={<Navigate to="/" replace />} />
Note:
See TracChangeset
for help on using the changeset viewer.
