Kanban: erstes Tool unter Werkzeuge (vor Dateien)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user