Files
jobtrackingapp/vendor/saasable-ui-main/admin/vite/src/menu/manage.jsx
T
2026-03-21 11:55:27 +01:00

20 lines
368 B
React

/*************************** MENU ITEMS - APPLICATIONS ***************************/
const manage = {
id: 'group-manage',
title: 'Manage',
icon: 'IconBrandAsana',
type: 'group',
children: [
{
id: 'dashboard',
title: 'Dashboard',
type: 'item',
url: '/dashboard',
icon: 'IconLayoutGrid'
}
]
};
export default manage;