@@ -60,6 +60,14 @@ export const navigationStore = defineStore("navigation", () => {
disable: false,
permission: true,
},
+ {
+ type: "single",
+ title: "Atividades",
+ name: "KanbanPage",
+ icon: "mdi-clipboard-list-outline",
+ disable: false,
+ permission: true,
+ },
]);
const getNavigationAccess = () => {