Add str remove duplicate lines tool

This commit is contained in:
2023-12-04 10:35:34 +02:00
parent f24c6e330c
commit 77780ec130
3 changed files with 47 additions and 0 deletions

View File

@ -25,6 +25,11 @@ const router = createRouter({
name: 'str_to_lower_upper',
component: () => import('../views/StrToLowerUppper.vue'),
},
{
path: '/str_remove_duplicate_lines',
name: 'str_remove_duplicate_lines',
component: () => import('../views/StrRemoveDuplicateLines.vue'),
},
{
path: '/fix_ru_en_keyboard',
name: 'fix_ru_en_keyboard',