8 lines
239 B
TypeScript
8 lines
239 B
TypeScript
import { MetaCrawlerInputItemComponent } from './meta-crawler-input-item.component';
|
|
import { MetaCrawlerComponent } from './meta-crawler.component';
|
|
|
|
export const COMPONENTS = [
|
|
MetaCrawlerInputItemComponent,
|
|
MetaCrawlerComponent,
|
|
];
|