mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-01 10:09:08 +00:00
fix merge conflits
This commit is contained in:
parent
d840113bff
commit
869f848179
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue