8 lines
292 B
TypeScript
8 lines
292 B
TypeScript
import { ProbeListContainerComponent } from '../container/probe-list-container.component';
|
|
import { ProbeDetailContainerComponent } from '../container/probe-detail-container.component';
|
|
|
|
export const CONTAINER_COMPONENTS = [
|
|
ProbeListContainerComponent,
|
|
ProbeDetailContainerComponent,
|
|
];
|