2018-05-31 18:45:40 +09:00
|
|
|
import { ProbeListComponent } from './probe-list.component';
|
|
|
|
import { ProbeDetailComponent } from './probe-detail.component';
|
|
|
|
import { ProbeDownloadComponent } from './probe-download.component';
|
|
|
|
import { ProbeSelectorComponent } from './probe-selector.component';
|
|
|
|
import { ProbeSummaryComponent } from './probe-summary.component';
|
2018-04-06 20:02:18 +09:00
|
|
|
|
2018-06-04 17:25:29 +09:00
|
|
|
import { ProbeGeneralComponent } from './probe-general.component';
|
|
|
|
import { ProbeHostComponent } from './probe-host.component';
|
|
|
|
|
2018-04-06 22:02:46 +09:00
|
|
|
export const COMPONENTS = [
|
2018-05-18 17:30:20 +09:00
|
|
|
ProbeListComponent,
|
|
|
|
ProbeDetailComponent,
|
|
|
|
ProbeDownloadComponent,
|
2018-05-28 18:58:13 +09:00
|
|
|
ProbeSelectorComponent,
|
2018-06-04 17:25:29 +09:00
|
|
|
ProbeSummaryComponent,
|
|
|
|
ProbeGeneralComponent,
|
|
|
|
ProbeHostComponent,
|
2018-04-06 22:02:46 +09:00
|
|
|
];
|