From f65569b9513adabb01f54937e9cb68f0d1869cef Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Mon, 29 Jul 2024 20:06:03 +0530 Subject: [PATCH] fix: -rm imports of script & mouseclick --- src/components/molecules/action-settings/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/molecules/action-settings/index.ts b/src/components/molecules/action-settings/index.ts index 764ef921..2674bee4 100644 --- a/src/components/molecules/action-settings/index.ts +++ b/src/components/molecules/action-settings/index.ts @@ -9,7 +9,5 @@ export { ScreenshotSettings, ScrapeSettings, ScrapeSchemaSettings, - ScriptSettings, EnqueueLinksSettings, - ClickOnCoordinatesSettings, };