2018-06-21 20:10:18 +09:00
|
|
|
import { TargetDetailComponent } from './target-detail.component';
|
|
|
|
import { TargetListComponent } from './target-list.component';
|
|
|
|
import {TargetFilterComponent} from './target-filter.component';
|
2018-04-06 20:02:18 +09:00
|
|
|
|
2018-04-16 17:28:39 +09:00
|
|
|
export const COMPONENTS = [
|
2018-06-21 20:10:18 +09:00
|
|
|
TargetListComponent,
|
|
|
|
TargetDetailComponent,
|
|
|
|
TargetFilterComponent
|
2018-04-16 17:28:39 +09:00
|
|
|
];
|