textingestion UI changes

This commit is contained in:
sumedh
2024-10-04 18:11:46 +05:30
parent 9acb6480ae
commit 28d4ac1184
3 changed files with 137 additions and 1 deletions

View File

@@ -34,6 +34,12 @@ const router = createRouter({
{path: '/clone', name: 'ks-git-clone-repo', component: () => import('@/views/pages/KsGitCloneRepoForm.vue')},
]
},
{
path: '/kstexts',
children: [
{path: '', name: 'ks-texts', component: () => import('@/views/pages/KsTexts.vue')},
]
},
]
},
{