fix: evaluator info and other styles

This commit is contained in:
Jannat Patel
2024-09-11 19:51:14 +05:30
parent 7da608ed44
commit 58369ba65e
10 changed files with 522 additions and 393 deletions

View File

@@ -85,8 +85,9 @@ const routes = [
{
name: 'ProfileEvaluationSchedule',
path: 'schedule',
component: () => import('@/pages/ProfileEvaluationSchedule.vue'),
}
component: () =>
import('@/pages/ProfileEvaluationSchedule.vue'),
},
],
},
{