Compare commits

..

2 Commits

Author SHA1 Message Date
Muhammad Shahzad
a21ced6fca Merge branch 'dev' of https://git.codelfi.com/TelemedPro/hgh_admin into dev 2024-06-12 03:25:13 +05:00
Muhammad Shahzad
a861a06478 fixes 2024-06-12 03:24:58 +05:00
3 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ export default [
{
title: 'Prodcuts',
icon: { icon: 'ri-medicine-bottle-line' },
to: 'admin-medicines',
to: 'admin-products',
},
{

View File

@ -110,8 +110,8 @@ export const routes = [
},
{
path: '/admin/products',
name: 'admin-medicines',
component: () => import('@/pages/medicines/medicines.vue'),
name: 'admin-products',
component: () => import('@/pages/products/product.vue'),
},
{
path: '/admin/profile',