Kanban: erstes Tool unter Werkzeuge (vor Dateien)
This commit is contained in:
@@ -45,6 +45,14 @@ export const TOOLS = [
|
|||||||
group: '3D-Druck',
|
group: '3D-Druck',
|
||||||
component: Statistik,
|
component: Statistik,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 'kanban',
|
||||||
|
Icon: KanbanIcon,
|
||||||
|
label: 'Kanban',
|
||||||
|
navLabel: 'Kanban',
|
||||||
|
group: 'Werkzeuge',
|
||||||
|
component: Kanban,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: 'dateien',
|
id: 'dateien',
|
||||||
Icon: DatabaseIcon,
|
Icon: DatabaseIcon,
|
||||||
@@ -85,14 +93,6 @@ export const TOOLS = [
|
|||||||
group: 'Werkzeuge',
|
group: 'Werkzeuge',
|
||||||
component: Skizze,
|
component: Skizze,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
id: 'kanban',
|
|
||||||
Icon: KanbanIcon,
|
|
||||||
label: 'Kanban',
|
|
||||||
navLabel: 'Kanban',
|
|
||||||
group: 'Werkzeuge',
|
|
||||||
component: Kanban,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 'devtools',
|
id: 'devtools',
|
||||||
Icon: WrenchIcon,
|
Icon: WrenchIcon,
|
||||||
|
|||||||
Reference in New Issue
Block a user