import { ListComponent } from './list.component'; import { RecommendationListComponent } from './recommendation-list.component'; export const COMPONENTS = [ListComponent, RecommendationListComponent];