From 7ef8340bbf89e87f5a6097e1eeb009a451c3cd94 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Fri, 27 Jun 2025 04:22:48 +0530 Subject: [PATCH] refactor: rename to Scrape.tsx --- src/components/action/action-settings/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/action/action-settings/index.ts b/src/components/action/action-settings/index.ts index 58e3f3c4..9b5497e2 100644 --- a/src/components/action/action-settings/index.ts +++ b/src/components/action/action-settings/index.ts @@ -1,6 +1,6 @@ import { ScrollSettings } from './scroll'; import { ScreenshotSettings } from "./screenshot"; -import { ScrapeSettings } from "./scrape"; +import { ScrapeSettings } from "./Scrape"; import { ScrapeSchemaSettings } from "./scrapeSchema"; export {