import { MetaCrawlerInputItemComponent } from './meta-crawler-input-item.component'; import { MetaCrawlerComponent } from './meta-crawler.component'; export const COMPONENTS = [ MetaCrawlerInputItemComponent, MetaCrawlerComponent, ];