From 068fb9361df9bace6aca0bbfe25c2e055a8d14f2 Mon Sep 17 00:00:00 2001 From: Karishma Shukla Date: Fri, 27 Jun 2025 04:26:14 +0530 Subject: [PATCH] fix: broken imports --- src/components/action/action-settings/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/action/action-settings/index.ts b/src/components/action/action-settings/index.ts index 9b5497e2..09e571d1 100644 --- a/src/components/action/action-settings/index.ts +++ b/src/components/action/action-settings/index.ts @@ -1,7 +1,7 @@ -import { ScrollSettings } from './scroll'; -import { ScreenshotSettings } from "./screenshot"; +import { ScrollSettings } from './Scroll'; +import { ScreenshotSettings } from "./Screenshot"; import { ScrapeSettings } from "./Scrape"; -import { ScrapeSchemaSettings } from "./scrapeSchema"; +import { ScrapeSchemaSettings } from "./ScrapeSchema"; export { ScrollSettings,