From 808e7f4699644f21961aa9e6cf898a4d1167faf9 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Tue, 12 Feb 2019 13:02:59 +0100 Subject: [PATCH] build fix --- terminus-terminal/src/components/baseTerminalTab.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminus-terminal/src/components/baseTerminalTab.component.ts b/terminus-terminal/src/components/baseTerminalTab.component.ts index 0adb3594..a1b767ce 100644 --- a/terminus-terminal/src/components/baseTerminalTab.component.ts +++ b/terminus-terminal/src/components/baseTerminalTab.component.ts @@ -1,4 +1,4 @@ -import { Observable, Subject, Subscription, merge } from 'rxjs' +import { Observable, Subject, Subscription } from 'rxjs' import { first } from 'rxjs/operators' import { ToastrService } from 'ngx-toastr' import { NgZone, OnInit, OnDestroy, Inject, Injector, Optional, ViewChild, HostBinding, Input, ElementRef } from '@angular/core'