diff --git a/frontend/src/toolRegistry.js b/frontend/src/toolRegistry.js index 5063633..d8fcb87 100644 --- a/frontend/src/toolRegistry.js +++ b/frontend/src/toolRegistry.js @@ -45,6 +45,14 @@ export const TOOLS = [ group: '3D-Druck', component: Statistik, }, + { + id: 'kanban', + Icon: KanbanIcon, + label: 'Kanban', + navLabel: 'Kanban', + group: 'Werkzeuge', + component: Kanban, + }, { id: 'dateien', Icon: DatabaseIcon, @@ -85,14 +93,6 @@ export const TOOLS = [ group: 'Werkzeuge', component: Skizze, }, - { - id: 'kanban', - Icon: KanbanIcon, - label: 'Kanban', - navLabel: 'Kanban', - group: 'Werkzeuge', - component: Kanban, - }, { id: 'devtools', Icon: WrenchIcon,