refactor(connector): streamline connector telemetry imports and clean up unused constants

This commit is contained in:
Anish Sarkar 2026-05-25 22:21:34 +05:30
parent 26fe4d7493
commit 79378db7c8
4 changed files with 7 additions and 26 deletions

View file

@ -1,9 +1,9 @@
import { EnumConnectorName } from "@/contracts/enums/connector";
import type { SearchSourceConnector } from "@/contracts/types/connector.types";
import {
OAUTH_CONNECTORS,
COMPOSIO_CONNECTORS,
CRAWLERS,
OAUTH_CONNECTORS,
OTHER_CONNECTORS,
} from "@/components/assistant-ui/connector-popup/constants/connector-constants";