diff --git a/apps/web/src/routes/(dashboard)/ti/central-chamados/+page.svelte b/apps/web/src/routes/(dashboard)/ti/central-chamados/+page.svelte index 64e998d..d6e4132 100644 --- a/apps/web/src/routes/(dashboard)/ti/central-chamados/+page.svelte +++ b/apps/web/src/routes/(dashboard)/ti/central-chamados/+page.svelte @@ -7,6 +7,7 @@ import { useConvexWithAuth } from '$lib/hooks/useConvexWithAuth'; import SlaChart from '$lib/components/chamados/SlaChart.svelte'; import { resolve } from '$app/paths'; + import { MessageSquare, BarChart3, FileText, Clock, User, Info, MessageCircle, UserPlus } from 'lucide-svelte'; type Ticket = Doc<'tickets'>; type Usuario = Doc<'usuarios'>; @@ -701,20 +702,7 @@
Selecione um chamado na tabela acima para visualizar detalhes e realizar ações. @@ -1047,39 +983,13 @@