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