6 lines
136 B
TypeScript
6 lines
136 B
TypeScript
import { NoAuthProbeListComponent } from './noauth-probe-list.component';
|
|
|
|
export const COMPONENTS = [
|
|
NoAuthProbeListComponent,
|
|
];
|