2018-05-18 11:29:16 +00:00
|
|
|
import { NoAuthProbeListContainerComponent } from './list/list-container.component';
|
2018-05-18 08:49:13 +00:00
|
|
|
|
|
|
|
export const CONTAINER_COMPONENTS = [
|
2018-05-18 11:29:16 +00:00
|
|
|
NoAuthProbeListContainerComponent,
|
2018-05-18 08:49:13 +00:00
|
|
|
];
|