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