member_webapp/@overflow/probe/container/index.ts
2018-05-28 18:58:13 +09:00

10 lines
414 B
TypeScript

import { ProbeListContainerComponent } from '../container/probe-list-container.component';
import { ProbeDetailContainerComponent } from '../container/probe-detail-container.component';
import { ProbeSelectorContainerComponent } from './probe-selector-container.component';
export const CONTAINER_COMPONENTS = [
ProbeListContainerComponent,
ProbeDetailContainerComponent,
ProbeSelectorContainerComponent
];