Eugene 1 year ago
parent
commit
92bce02f3c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tabby-core/src/components/splitTab.component.ts

+ 1 - 1
tabby-core/src/components/splitTab.component.ts

@@ -1,4 +1,4 @@
-import { Observable, Subject, takeUntil, takeWhile } from 'rxjs'
+import { Observable, Subject, takeWhile } from 'rxjs'
 import { Component, Injectable, ViewChild, ViewContainerRef, EmbeddedViewRef, AfterViewInit, OnDestroy, Injector } from '@angular/core'
 import { BaseTabComponent, BaseTabProcess, GetRecoveryTokenOptions } from './baseTab.component'
 import { TabRecoveryProvider, RecoveryToken } from '../api/tabRecovery'