2018-05-18 11:29:16 +00:00
|
|
|
import { NoAuthProbeListComponent } from './list/list.component';
|
2018-04-06 11:02:18 +00:00
|
|
|
|
2018-04-11 06:20:23 +00:00
|
|
|
export const COMPONENTS = [
|
2018-05-18 11:29:16 +00:00
|
|
|
NoAuthProbeListComponent,
|
2018-04-11 06:20:23 +00:00
|
|
|
];
|