Skip to content

Commit

Permalink
fix: remove menu
Browse files Browse the repository at this point in the history
  • Loading branch information
xieziyu committed Dec 2, 2024
1 parent 46eb685 commit 57d4fdc
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/app/menus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,4 @@ export const APP_MENUS: AppMenu[] = [
},
],
},
{
path: '/gl',
icon: 'heat-map',
text: 'GL',
submenus: [
{
path: '/gl/bar3d',
text: '3D Bar',
},
],
},
];

0 comments on commit 57d4fdc

Please sign in to comment.