+
+
+ (click)="remove(probeHost)">
diff --git a/@overflow/probe/component/probe-detail.component.ts b/@overflow/probe/component/probe-detail.component.ts
index 6e7cddb..15a38fc 100644
--- a/@overflow/probe/component/probe-detail.component.ts
+++ b/@overflow/probe/component/probe-detail.component.ts
@@ -6,7 +6,6 @@ import { catchError, exhaustMap, map, tap } from 'rxjs/operators';
import { AuthSelector } from '@overflow/shared/auth/store';
import { DomainMember } from '@overflow/commons-typescript/model/domain';
import { ProbeHostService } from '../service/probe-host.service';
-import { ProbeService } from '../service/probe.service';
@Component({
selector: 'of-probe-detail',
@@ -21,16 +20,9 @@ export class ProbeDetailComponent implements OnInit {
@Output() discovery = new EventEmitter