First Commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
/*************************** 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;
|
||||
Reference in New Issue
Block a user