clone functionality added

This commit is contained in:
sumedh
2024-08-27 17:44:34 +05:30
parent 4f169755f7
commit 9a6d807054
3 changed files with 222 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ const router = createRouter({
children: [
{path: '', name: 'ks-git-repos', component: () => import('@/views/pages/KsGitRepos.vue')},
{path: 'new', name: 'ks-git-repo-new', component: () => import('@/views/pages/KsNewGitRepoForm.vue')},
{path: '/clone', name: 'ks-git-clone-repo', component: () => import('@/views/pages/KsGitCloneRepoForm.vue')},
]
},
]