feat(helpercommands): added in helpercommnands link

This commit is contained in:
2025-06-11 20:57:10 -05:00
parent 292eb324c5
commit 078c2ec12f
2 changed files with 12 additions and 1 deletions

View File

@@ -92,6 +92,16 @@ const newSubModules = [
active: true,
subSubModule: [],
},
{
name: "Helper Commands",
moduleName: "logistics",
description: "Commands to assist when a scanner is not avalible",
link: "/helpercommands",
icon: "Command",
roles: ["technician", "supervisor", "manager", "admin", "systemAdmin"],
active: true,
subSubModule: [],
},
// admin module
{