integrate need review cards

This commit is contained in:
Julien Calixte
2023-08-06 21:27:01 +02:00
parent af421042ad
commit 32a76ca3b7
11 changed files with 120 additions and 18 deletions

View File

@@ -43,6 +43,12 @@ const routes: Array<RouteRecordRaw> = [
props: true,
component: () => import('@/views/SpacedRepetitionCard.vue')
},
{
path: '/:user/:repo/need-review-cards',
name: 'NeedReviewCards',
props: true,
component: () => import('@/views/NeedReviewCards.vue')
},
{
path: '/about',
name: 'About',