mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-29 19:35:20 +02:00
refactor(connector): streamline connector telemetry imports and clean up unused constants
This commit is contained in:
parent
26fe4d7493
commit
79378db7c8
4 changed files with 7 additions and 26 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue