fix merge conflits

This commit is contained in:
CREDO23 2025-08-11 20:49:44 +02:00
parent d840113bff
commit 869f848179

View file

@ -10,6 +10,7 @@ import {
IconCalendar, IconCalendar,
IconChecklist, IconChecklist,
IconLayoutKanban, IconLayoutKanban,
IconMail,
IconTicket, IconTicket,
} from "@tabler/icons-react"; } from "@tabler/icons-react";
import { File, Globe, Webhook } from "lucide-react"; import { File, Globe, Webhook } from "lucide-react";
@ -31,6 +32,7 @@ const documentTypeIcons: Record<string, IconComponent> = {
CONFLUENCE_CONNECTOR: IconBook, CONFLUENCE_CONNECTOR: IconBook,
CLICKUP_CONNECTOR: IconChecklist, CLICKUP_CONNECTOR: IconChecklist,
GOOGLE_CALENDAR_CONNECTOR: IconCalendar, GOOGLE_CALENDAR_CONNECTOR: IconCalendar,
GOOGLE_GMAIL_CONNECTOR: IconMail,
}; };
export function getDocumentTypeIcon(type: string): IconComponent { export function getDocumentTypeIcon(type: string): IconComponent {