From db21e9a40c07bccf4aa42b20c900858b429f6a09 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Mon, 29 Jul 2024 20:04:34 +0530 Subject: [PATCH] chore: -rm script --- 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 32906db7..2b633e88 100644 --- a/src/components/molecules/action-settings/index.ts +++ b/src/components/molecules/action-settings/index.ts @@ -2,7 +2,6 @@ import { ScrollSettings } from './scroll'; import { ScreenshotSettings } from "./screenshot"; import { ScrapeSettings } from "./scrape"; import { ScrapeSchemaSettings } from "./scrapeSchema"; -import { ScriptSettings } from "./script"; import { EnqueueLinksSettings } from "./enqueueLinks"; import { ClickOnCoordinatesSettings } from "./clickOnCoordinates";