2018-06-05 11:29:35 +00:00
|
|
|
import { MetaCrawlerInputItemComponent } from './meta-crawler-input-item.component';
|
|
|
|
import { MetaCrawlerComponent } from './meta-crawler.component';
|
2018-06-15 09:36:35 +00:00
|
|
|
import { MetaServiceTypeSelectorComponent } from './meta-service-type-selector.component';
|
2018-05-31 09:30:58 +00:00
|
|
|
|
2018-06-05 11:29:35 +00:00
|
|
|
export const COMPONENTS = [
|
|
|
|
MetaCrawlerInputItemComponent,
|
|
|
|
MetaCrawlerComponent,
|
2018-06-15 09:36:35 +00:00
|
|
|
MetaServiceTypeSelectorComponent
|
2018-05-29 11:53:04 +00:00
|
|
|
];
|