feat: discussions

This commit is contained in:
Jannat Patel
2024-01-15 23:26:31 +05:30
parent bcee74ce77
commit 3a5977a718
14 changed files with 771 additions and 336 deletions

View File

@@ -43,6 +43,11 @@ const routes = [
component: () => import('@/pages/Batch.vue'),
props: true,
},
{
path: '/statistics',
name: 'Statistics',
component: () => import('@/pages/Statistics.vue'),
},
]
let router = createRouter({