Skip to content

Commit

Permalink
refactor: remove scripts module
Browse files Browse the repository at this point in the history
  • Loading branch information
ZonaHex committed Dec 5, 2024
1 parent e8f703e commit e2f37f5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/router/routes/modules/dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,6 @@ const DASHBOARD: AppRouteRecordRaw = {
},
],
},
{
path: 'scripts',
name: 'scripts',
component: () => import('@/views/dashboard/scripts/index.vue'),
meta: {
locale: 'menu.dashboard.scripts',
requiresAuth: true,
icon: 'scripts',
roles: ['admin'],
},
},
{
path: 'status',
name: 'status',
Expand Down

0 comments on commit e2f37f5

Please sign in to comment.