6 lines
172 B
TypeScript
Raw Normal View History

2018-05-28 14:41:56 +09:00
import { NoAuthProbeListContainerComponent } from './noauth-probe-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
];