2018-04-16 17:28:39 +09:00
|
|
|
import { DetailComponent } from './detail/detail.component';
|
|
|
|
import { ListComponent } from './list/list.component';
|
2018-06-05 20:31:29 +09:00
|
|
|
// 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,
|
2018-06-05 20:31:29 +09:00
|
|
|
// DetailComponent,
|
|
|
|
// FilterComponent
|
2018-04-16 17:28:39 +09:00
|
|
|
];
|