feat: certified participants

This commit is contained in:
Jannat Patel
2024-04-23 17:29:16 +05:30
parent 93e42fbd86
commit e6e8718bb4
5 changed files with 105 additions and 2 deletions

View File

@@ -125,6 +125,11 @@ const routes = [
component: () => import('@/pages/AssignmentSubmission.vue'),
props: true,
},
{
path: '/certified-participants',
name: 'CertifiedParticipants',
component: () => import('@/pages/CertifiedParticipants.vue'),
},
]
let router = createRouter({