From 1ba953f6c4e30c4829469f85599b596c85f5216f Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Mon, 29 Jul 2024 20:05:17 +0530 Subject: [PATCH] chore: -rm click on co-ordinates --- src/components/molecules/action-settings/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/molecules/action-settings/index.ts b/src/components/molecules/action-settings/index.ts index 2b633e88..764ef921 100644 --- a/src/components/molecules/action-settings/index.ts +++ b/src/components/molecules/action-settings/index.ts @@ -3,7 +3,6 @@ import { ScreenshotSettings } from "./screenshot"; import { ScrapeSettings } from "./scrape"; import { ScrapeSchemaSettings } from "./scrapeSchema"; import { EnqueueLinksSettings } from "./enqueueLinks"; -import { ClickOnCoordinatesSettings } from "./clickOnCoordinates"; export { ScrollSettings,