feat: profile settings for roles

This commit is contained in:
Jannat Patel
2024-04-15 12:10:11 +05:30
parent 7e81b9d45d
commit f2c14d09d4
10 changed files with 147 additions and 22 deletions

View File

@@ -77,6 +77,11 @@ const routes = [
path: 'settings',
component: () => import('@/pages/ProfileSettings.vue'),
},
{
name: 'ProfileEvaluator',
path: 'evaluator',
component: () => import('@/pages/ProfileEvaluator.vue'),
},
],
},
{