Changeset e9a0543 for frontend/src/App.jsx
- Timestamp:
- 05/05/26 17:55:27 (2 months ago)
- Branches:
- master
- Children:
- b3d5fed
- Parents:
- 4f85b41
- File:
-
- 1 edited
-
frontend/src/App.jsx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
frontend/src/App.jsx
r4f85b41 re9a0543 20 20 import Discipline from "./pages/Dashboard/pages/Discipline/Discipline.jsx"; 21 21 import DisciplineTracking from "./pages/Dashboard/pages/Discipline/DisciplineTracking.jsx"; 22 import CustomCategoryKanban from "./pages/Dashboard/pages/CustomCategory/CustomCategoryKanban.jsx"; 22 23 23 24 function RequireAuth({ children }) { … … 61 62 <Route path="discipline" element={<Discipline />} /> 62 63 <Route path="discipline/tracking" element={<DisciplineTracking />} /> 64 <Route path="custom/:customTrackingId" element={<CustomCategoryKanban />} /> 63 65 </Route> 64 66 <Route path="*" element={<Navigate to="/" replace />} />
Note:
See TracChangeset
for help on using the changeset viewer.
