fix: remove enqueueLinks import
This commit is contained in:
@@ -2,12 +2,11 @@ import { ScrollSettings } from './scroll';
|
|||||||
import { ScreenshotSettings } from "./screenshot";
|
import { ScreenshotSettings } from "./screenshot";
|
||||||
import { ScrapeSettings } from "./scrape";
|
import { ScrapeSettings } from "./scrape";
|
||||||
import { ScrapeSchemaSettings } from "./scrapeSchema";
|
import { ScrapeSchemaSettings } from "./scrapeSchema";
|
||||||
import { EnqueueLinksSettings } from "./enqueueLinks";
|
|
||||||
|
|
||||||
export {
|
export {
|
||||||
ScrollSettings,
|
ScrollSettings,
|
||||||
ScreenshotSettings,
|
ScreenshotSettings,
|
||||||
ScrapeSettings,
|
ScrapeSettings,
|
||||||
ScrapeSchemaSettings,
|
ScrapeSchemaSettings,
|
||||||
EnqueueLinksSettings,
|
,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user