feat: create action ui directory
This commit is contained in:
11
src/components/action/action-settings/index.ts
Normal file
11
src/components/action/action-settings/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { ScrollSettings } from './scroll';
|
||||
import { ScreenshotSettings } from "./screenshot";
|
||||
import { ScrapeSettings } from "./scrape";
|
||||
import { ScrapeSchemaSettings } from "./scrapeSchema";
|
||||
|
||||
export {
|
||||
ScrollSettings,
|
||||
ScreenshotSettings,
|
||||
ScrapeSettings,
|
||||
ScrapeSchemaSettings,
|
||||
};
|
||||
Reference in New Issue
Block a user