feat: Agregar enlace a Mensajes en la navegación
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 51s

This commit is contained in:
2025-12-02 20:02:41 -06:00
parent 95a93a1a10
commit fd67a955da

View File

@@ -83,6 +83,7 @@ const pageTitle = computed(() => (route.meta.title as string) || 'Dashboard')
const menuItems = [
{ to: '/', label: 'Instancias', icon: 'i-lucide-smartphone' },
{ to: '/messages', label: 'Mensajes', icon: 'i-lucide-message-square' },
{ to: '/webhooks', label: 'Webhooks', icon: 'i-lucide-webhook' },
]