Se agregaron datos del ticker 2025-08-046

This commit is contained in:
2025-08-20 09:15:59 -06:00
parent 2bc70fc3c2
commit 3e498c57ad
7 changed files with 889 additions and 395 deletions

View File

@@ -183,6 +183,16 @@ export default function Sidebar({ isMobileOpen, onMobileClose }) {
{
title: 'Acceso a Usuarios',
items: [
// Botón Importadores como primer elemento
{
name: 'Importadores',
path: '/importers',
icon: (
<svg className="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M16 7a4 4 0 01-8 0M12 11v10m-6 0h12a2 2 0 002-2v-5a2 2 0 00-2-2H6a2 2 0 00-2 2v5a2 2 0 002 2z" />
</svg>
)
},
...(
isImportador
? []