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