diff --git a/apps/web/src/components/layout/AppShell.tsx b/apps/web/src/components/layout/AppShell.tsx index b63398f..c874061 100644 --- a/apps/web/src/components/layout/AppShell.tsx +++ b/apps/web/src/components/layout/AppShell.tsx @@ -182,16 +182,16 @@ const adminNavEntries: AdminEntry[] = [ { href: "/admin/org-units", label: "Org Units", icon: }, { href: "/admin/utilization-categories", label: "Util. Categories", icon: }, { href: "/admin/management-levels", label: "Mgmt Levels", icon: }, + { href: "/admin/dispo-imports", label: "Dispo Import", icon: }, + { href: "/admin/skill-import", label: "Skill Import", icon: }, ], }, { href: "/admin/calculation-rules", label: "Calc. Rules", icon: }, { href: "/admin/users", label: "Users", icon: }, { href: "/admin/system-roles", label: "System Roles", icon: }, { href: "/admin/settings", label: "Settings", icon: }, - { href: "/admin/skill-import", label: "Skill Import", icon: }, { href: "/admin/notifications", label: "Broadcasts", icon: }, { href: "/admin/webhooks", label: "Webhooks", icon: }, - { href: "/admin/dispo-imports", label: "Dispo Import", icon: }, { href: "/admin/activity-log", label: "Activity Log", icon: }, ];