2018-05-27 23:17:07 +09:00
|
|
|
import { ProbeListContainerComponent } from '../container/probe-list-container.component';
|
|
|
|
import { ProbeDetailContainerComponent } from '../container/probe-detail-container.component';
|
2018-05-28 18:58:13 +09:00
|
|
|
import { ProbeSelectorContainerComponent } from './probe-selector-container.component';
|
2018-05-27 23:17:07 +09:00
|
|
|
|
|
|
|
export const CONTAINER_COMPONENTS = [
|
|
|
|
ProbeListContainerComponent,
|
|
|
|
ProbeDetailContainerComponent,
|
2018-05-28 18:58:13 +09:00
|
|
|
ProbeSelectorContainerComponent
|
2018-05-27 23:17:07 +09:00
|
|
|
];
|