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