alarm center

This commit is contained in:
Muhammad Fajar
2022-11-14 15:27:18 +07:00
parent 67acbb10aa
commit d778d5af89
4 changed files with 461 additions and 8 deletions

View File

@@ -43,6 +43,29 @@ const navConfig = [
// },
],
},
// Membership
// ----------------------------------------------------------------------
{
subheader: 'Case Management',
items: [
{
title: 'Alarm Center',
path: '/alarm-center',
icon: ICONS.ecommerce,
},
// {
// title: 'Member Movement',
// // path: '/',
// icon: ICONS.user,
// children: [
// { title: '', path: '/medicines' },
// { title: 'Obat', path: '/medicines' },
// { title: 'Obat', path: '/medicines' },
// ],
// },
],
},
];
export default navConfig;