init to pos domain
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export * from './menuItems.const';
|
||||
@@ -0,0 +1,16 @@
|
||||
import { MenuItem } from 'primeng/api';
|
||||
export const CONSUMER_MENU_ITEMS = [
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: 'فروش',
|
||||
icon: 'pi pi-fw pi-home',
|
||||
routerLink: ['/'],
|
||||
},
|
||||
{
|
||||
label: 'فاکتورها',
|
||||
icon: 'pi pi-fw pi-home',
|
||||
},
|
||||
],
|
||||
},
|
||||
] as MenuItem[];
|
||||
Reference in New Issue
Block a user