// come aggiungere in Layout.jsx una voce
  
  if (pathname.startsWith("/report-abbonati")) return "Report abbonati";





{
            to: "/report-abbonati",
            label: "Report abbonati",
            description: "Elenchi Excel e controlli rivista",
            icon: "📑",
            visible: perms.canExportTipografia || perms.isNationalRole,
          },