import { renderTicketList } from './list.js'; import { renderPipeline } from './pipeline.js'; import { renderSla } from './sla.js'; import { renderAutomations } from './automations.js'; import { renderKb } from './kb.js'; export async function initTicketsSection(guildId: string) { const section = document.getElementById('section-tickets'); if (!section) return; section.innerHTML = `