Merge branch 'feature/project-finance' into finance-module

This commit is contained in:
Chamika J
2025-05-21 10:05:17 +05:30
committed by GitHub
23 changed files with 147 additions and 89 deletions

View File

@@ -34,6 +34,7 @@ const mainRoutes: RouteObject[] = [
path: '/worklenz',
element: <MainLayout />,
children: [
{ index: true, element: <Navigate to="home" replace /> },
{ path: 'home', element: <HomePage /> },
{ path: 'projects', element: <ProjectList /> },
{