no message

This commit is contained in:
setthawutttty 2024-11-14 14:41:03 +07:00
parent 4120a49e86
commit f8998cc43a

View file

@ -3,8 +3,5 @@ export interface MenuItem {
activeIcon: string;
label: string;
path?: string;
children?: {
label: string;
path: string;
}[];
children?: MenuItem[];
}