2018-04-10 12:37:09 +00:00
|
|
|
import { MapComponent } from './map/map.component';
|
2018-04-25 09:04:47 +00:00
|
|
|
import { ProbeSummaryComponent } from './probe-summary/probe-summary.component';
|
2018-04-25 11:23:30 +00:00
|
|
|
import { HostSummaryComponent } from './host-summary/host-summary.component';
|
|
|
|
import { ServiceSummaryComponent } from './service-summary/service-summary.component';
|
2018-04-06 11:02:18 +00:00
|
|
|
|
2018-04-10 12:37:09 +00:00
|
|
|
export const COMPONENTS = [
|
|
|
|
MapComponent,
|
2018-04-25 11:23:30 +00:00
|
|
|
ProbeSummaryComponent,
|
|
|
|
HostSummaryComponent,
|
|
|
|
ServiceSummaryComponent
|
2018-04-10 12:37:09 +00:00
|
|
|
];
|