mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
chore(FE-40): create main drawer menu type
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
export const MAIN_DRAWER_LINKS = [
|
||||
type MAIN_DRAWER_MENU = {
|
||||
title: string;
|
||||
link: string;
|
||||
icon: string;
|
||||
submenu?: MAIN_DRAWER_MENU[];
|
||||
};
|
||||
|
||||
export const MAIN_DRAWER_LINKS: MAIN_DRAWER_MENU[] = [
|
||||
{
|
||||
title: 'Dashboard',
|
||||
link: '/dashboard',
|
||||
@@ -62,7 +69,7 @@ export const MAIN_DRAWER_LINKS = [
|
||||
},
|
||||
{
|
||||
title: 'FCR',
|
||||
link: '/master-data/FCR',
|
||||
link: '/master-data/fcr',
|
||||
icon: 'fluent:food-chicken-leg-16-regular',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user