Merge pull request #128 from chamikaJ/chore/add-analytics

Chore/add analytics
This commit is contained in:
Chamika J
2025-05-15 13:30:05 +05:30
committed by GitHub
2 changed files with 11 additions and 0 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 /> },
{