member_webapp/@overflow/meta/component/index.ts

8 lines
239 B
TypeScript
Raw Normal View History

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