feat: refactor settings page by removing unused components and updating Task component integration
This commit is contained in:
@@ -35,12 +35,6 @@ const routes = [
|
||||
name: "Skills",
|
||||
meta: { requiresAuth: true },
|
||||
},
|
||||
{
|
||||
path: "/skills",
|
||||
component: () => import("@src/pages/skills/index.vue"),
|
||||
name: "Skills",
|
||||
meta: { requiresAuth: true },
|
||||
},
|
||||
{
|
||||
path: "/cron",
|
||||
component: () => import("@src/pages/cron/index.vue"),
|
||||
|
||||
Reference in New Issue
Block a user