8 lines
239 B
TypeScript
Raw Normal View History

2018-06-05 20:29:35 +09:00
import { MetaCrawlerInputItemComponent } from './meta-crawler-input-item.component';
import { MetaCrawlerComponent } from './meta-crawler.component';
2018-05-31 18:30:58 +09:00
2018-06-05 20:29:35 +09:00
export const COMPONENTS = [
MetaCrawlerInputItemComponent,
MetaCrawlerComponent,
2018-05-29 20:53:04 +09:00
];