update route method

This commit is contained in:
Dede Fuji Abdul
2023-10-19 12:08:09 +07:00
parent 678f25f3a9
commit 4633851c6a
8 changed files with 499 additions and 770 deletions

View File

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