refactor user accounts structure
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export * from './menuItems.const';
|
||||
@@ -0,0 +1,12 @@
|
||||
import { MenuItem } from 'primeng/api';
|
||||
export const PARTNER_MENU_ITEMS = [
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: 'داشبورد',
|
||||
icon: 'pi pi-fw pi-home',
|
||||
routerLink: ['/'],
|
||||
},
|
||||
],
|
||||
},
|
||||
] as MenuItem[];
|
||||
Reference in New Issue
Block a user