Index: frontend/src/App.jsx
===================================================================
--- frontend/src/App.jsx	(revision 4f85b41e4eaa6d668912791fb3cff6efbe7dc1a4)
+++ frontend/src/App.jsx	(revision b3d5fed65cdab945e6c84835e2e04bc1814d9699)
@@ -20,4 +20,5 @@
 import Discipline from "./pages/Dashboard/pages/Discipline/Discipline.jsx";
 import DisciplineTracking from "./pages/Dashboard/pages/Discipline/DisciplineTracking.jsx";
+import CustomCategoryKanban from "./pages/Dashboard/pages/CustomCategory/CustomCategoryKanban.jsx";
 
 function RequireAuth({ children }) {
@@ -61,4 +62,5 @@
           <Route path="discipline" element={<Discipline />} />
            <Route path="discipline/tracking" element={<DisciplineTracking />} />
+           <Route path="custom/:customTrackingId" element={<CustomCategoryKanban />} />
         </Route>
         <Route path="*" element={<Navigate to="/" replace />} />
