Skip to content

Commit 57d4fdc

Browse files
committed
fix: remove menu
1 parent 46eb685 commit 57d4fdc

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/app/menus.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,4 @@ export const APP_MENUS: AppMenu[] = [
4343
},
4444
],
4545
},
46-
{
47-
path: '/gl',
48-
icon: 'heat-map',
49-
text: 'GL',
50-
submenus: [
51-
{
52-
path: '/gl/bar3d',
53-
text: '3D Bar',
54-
},
55-
],
56-
},
5746
];

0 commit comments

Comments
 (0)