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,