6 lines
172 B
TypeScript
6 lines
172 B
TypeScript
import { NoAuthProbeListContainerComponent } from './noauth-probe-list-container.component';
|
|
|
|
export const CONTAINER_COMPONENTS = [
|
|
NoAuthProbeListContainerComponent,
|
|
];
|