1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-25 11:33:35 +03:00

build fix

This commit is contained in:
Eugene Pankov 2019-02-12 13:02:59 +01:00
parent e338bc417a
commit 808e7f4699

View File

@ -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'