2018-04-16 08:28:39 +00:00
|
|
|
import { DetailComponent } from './detail/detail.component';
|
|
|
|
import { ListComponent } from './list/list.component';
|
|
|
|
import { FilterComponent } from './list/filter/filter.component';
|
2018-04-06 11:02:18 +00:00
|
|
|
|
2018-04-16 08:28:39 +00:00
|
|
|
export const COMPONENTS = [
|
|
|
|
ListComponent,
|
|
|
|
DetailComponent,
|
|
|
|
FilterComponent
|
|
|
|
];
|