fix: broken imports

This commit is contained in:
Karishma Shukla
2025-06-27 04:26:14 +05:30
committed by GitHub
parent 79902cc14d
commit 068fb9361d

View File

@@ -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,