5 lines
202 B
TypeScript
5 lines
202 B
TypeScript
import { ListComponent } from './list.component';
|
|
import { RecommendationListComponent } from './recommendation-list.component';
|
|
|
|
export const COMPONENTS = [ListComponent, RecommendationListComponent];
|