no message
This commit is contained in:
parent
4120a49e86
commit
f8998cc43a
1 changed files with 1 additions and 4 deletions
|
|
@ -3,8 +3,5 @@ export interface MenuItem {
|
|||
activeIcon: string;
|
||||
label: string;
|
||||
path?: string;
|
||||
children?: {
|
||||
label: string;
|
||||
path: string;
|
||||
}[];
|
||||
children?: MenuItem[];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue