update aside

This commit is contained in:
Dede Fuji Abdul
2023-10-18 14:14:16 +07:00
parent 36945917b0
commit a7ead70332
4 changed files with 569 additions and 23 deletions

View File

@ -2,6 +2,7 @@ interface MenuItemModel {
name: string;
href: string;
icon: any;
expanded: boolean;
children: MenuItemModel[];
}