Kanban: erstes Tool unter Werkzeuge (vor Dateien)

This commit is contained in:
2026-06-24 01:55:37 +02:00
parent cd285030a5
commit 6ac424f378

View File

@@ -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,